Updated strings.

This commit is contained in:
James Cole
2020-06-04 06:49:44 +02:00
parent 3db778a2b1
commit 29847c9711
149 changed files with 863 additions and 4978 deletions

View File

@@ -117,7 +117,7 @@ class HomeController extends Controller
if (0 === $count) {
return redirect(route('new-user.index'));
}
$subTitle = (string) trans('firefly.welcomeBack');
$subTitle = (string) trans('firefly.welcome_back');
$transactions = [];
$frontPage = app('preferences')->get(
'frontPageAccounts',