lang_en: Reworded some strings, and removed whitespace

This commit is contained in:
Birger J. Nordølum 2018-06-07 10:48:23 +02:00
parent 1055eeb01b
commit 1d16d67733
No known key found for this signature in database
GPG key ID: 1E2DC712B50089CC

View file

@ -60,7 +60,7 @@ return [
'apps.username' => 'Username',
'apps.password' => 'Password',
'apps.config' => 'Config',
'apps.apikey' => 'Api Key',
'apps.apikey' => 'API Key',
'apps.enable' => 'Enable',
'apps.tag_list' => 'Tags list',
'apps.add_tag' => 'Add tag',
@ -68,7 +68,7 @@ return [
'apps.tags' => 'Tags',
'apps.override' => 'If different to main url',
'url' => 'Url',
'url' => 'URL',
'title' => 'Title',
'delete' => 'Delete',
'optional' => 'Optional',
@ -84,8 +84,8 @@ return [
'alert.success.tag_deleted' => 'Tag deleted successfully',
'alert.success.tag_restored' => 'Tag restored successfully',
'alert.success.setting_updated' => 'You have successfully edited this Setting',
'alert.error.not_exist' => 'This Setting does not exist.',
'alert.success.setting_updated' => 'You have successfully edited this setting',
'alert.error.not_exist' => 'This setting does not exist.',
];