Update language strings.

This commit is contained in:
James Cole
2018-02-06 10:56:50 +01:00
parent 5850c5e20a
commit a2cfaa0867
3 changed files with 27 additions and 11 deletions

View File

@@ -21,5 +21,10 @@
declare(strict_types=1);
return [
// profile
'personal_access_tokens' => 'Personal access tokens',
// bills:
'not_expected_period' => 'Not expected this period',
'not_or_not_yet' => 'Not (yet)',
];