lang_en: Reworded some strings, and removed whitespace
This commit is contained in:
parent
1055eeb01b
commit
1d16d67733
1 changed files with 12 additions and 12 deletions
|
@ -60,7 +60,7 @@ return [
|
||||||
'apps.username' => 'Username',
|
'apps.username' => 'Username',
|
||||||
'apps.password' => 'Password',
|
'apps.password' => 'Password',
|
||||||
'apps.config' => 'Config',
|
'apps.config' => 'Config',
|
||||||
'apps.apikey' => 'Api Key',
|
'apps.apikey' => 'API Key',
|
||||||
'apps.enable' => 'Enable',
|
'apps.enable' => 'Enable',
|
||||||
'apps.tag_list' => 'Tags list',
|
'apps.tag_list' => 'Tags list',
|
||||||
'apps.add_tag' => 'Add tag',
|
'apps.add_tag' => 'Add tag',
|
||||||
|
@ -68,7 +68,7 @@ return [
|
||||||
'apps.tags' => 'Tags',
|
'apps.tags' => 'Tags',
|
||||||
'apps.override' => 'If different to main url',
|
'apps.override' => 'If different to main url',
|
||||||
|
|
||||||
'url' => 'Url',
|
'url' => 'URL',
|
||||||
'title' => 'Title',
|
'title' => 'Title',
|
||||||
'delete' => 'Delete',
|
'delete' => 'Delete',
|
||||||
'optional' => 'Optional',
|
'optional' => 'Optional',
|
||||||
|
@ -84,8 +84,8 @@ return [
|
||||||
'alert.success.tag_deleted' => 'Tag deleted successfully',
|
'alert.success.tag_deleted' => 'Tag deleted successfully',
|
||||||
'alert.success.tag_restored' => 'Tag restored successfully',
|
'alert.success.tag_restored' => 'Tag restored successfully',
|
||||||
|
|
||||||
'alert.success.setting_updated' => 'You have successfully edited this Setting',
|
'alert.success.setting_updated' => 'You have successfully edited this setting',
|
||||||
'alert.error.not_exist' => 'This Setting does not exist.',
|
'alert.error.not_exist' => 'This setting does not exist.',
|
||||||
|
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue