This commit is contained in:
James Cole
2017-12-19 19:25:50 +01:00
parent e21e339cb0
commit a69aad878e
25 changed files with 114 additions and 33 deletions

View File

@@ -20,6 +20,7 @@
*/
declare(strict_types=1);
return [
'home' => 'Home',
'edit_currency' => 'Edit currency ":name"',
@@ -29,7 +30,7 @@ return [
'preferences' => 'Preferences',
'profile' => 'Profile',
'changePassword' => 'Change your password',
'change_email' => 'Change your email address',
'change_email' => 'Change your email address',
'bills' => 'Bills',
'newBill' => 'New bill',
'edit_bill' => 'Edit bill ":name"',