Some new translations.

This commit is contained in:
James Cole
2015-05-21 07:44:44 +02:00
parent e426f5d5da
commit ffb11b01a6
6 changed files with 44 additions and 13 deletions

View File

@@ -53,7 +53,7 @@ Breadcrumbs::register(
$what = Config::get('firefly.shortNamesByFullName.' . $account->accountType->type);
$breadcrumbs->parent('accounts.index', $what);
$breadcrumbs->push(e($account->name), route('accounts.show', $account->id));
}