Charts and titles in Dutch. [skip ci]

This commit is contained in:
James Cole
2015-05-14 13:17:53 +02:00
parent 3895ae63c7
commit 6be42f112a
9 changed files with 72 additions and 44 deletions

View File

@@ -53,7 +53,7 @@ class HomeController extends Controller
$types = Config::get('firefly.accountTypesByIdentifier.asset');
$count = $repository->countAccounts($types);
$title = 'Firefly';
$subTitle = 'What\'s playing?';
$subTitle = trans('firefly.welcomeBack');
$mainTitleIcon = 'fa-fire';
$transactions = [];
$frontPage = Preferences::get('frontPageAccounts', []);