Some new translations.

This commit is contained in:
James Cole
2015-05-14 17:52:50 +02:00
parent 5b19263720
commit 9f5058e81a
10 changed files with 235 additions and 195 deletions

View File

@@ -137,7 +137,7 @@ class AccountController extends Controller
*/
public function index(AccountRepositoryInterface $repository, $what)
{
$subTitle = Config::get('firefly.subTitlesByIdentifier.' . $what);
$subTitle = trans('firefly.' . $what.'_accounts');
$subTitleIcon = Config::get('firefly.subIconsByIdentifier.' . $what);
$types = Config::get('firefly.accountTypesByIdentifier.' . $what);
$accounts = $repository->getAccounts($types);