|
|
@@ -771,14 +771,15 @@ $LANG['en'] = array(
|
|
|
'Avoid adding web domains on admin account' => 'It is strongly advised to create a standard user account before adding web domains to the server due to the increased privileges the admin account possesses and potential security risks involved.',
|
|
|
|
|
|
//SSH Key
|
|
|
- 'Field SSH_KEY can not be blank.' => 'Field SSH Key may not be blank',
|
|
|
+ 'Field SSH_KEY can not be blank.' => 'Field SSH Key must not be blank',
|
|
|
'SSH KEY is invalid' => 'SSH key is invalid',
|
|
|
- 'SSH KEY already exists' => 'SSH key already exsits',
|
|
|
+ 'SSH KEY already exists' => 'SSH key already exists',
|
|
|
'SSH KEY Added' => 'SSH key has been added',
|
|
|
'Add SSH Key' => 'Add SSH key',
|
|
|
'SSH KEY' => 'SSH Key',
|
|
|
- 'DELETE_KEY_CONFIRM' => 'Are you sure you want to delete key %s?',
|
|
|
- 'SSH_ID' => 'SSH Id',
|
|
|
+ 'DELETE_KEY_CONFIRM' => 'Are you sure you want to delete SSH key %s?',
|
|
|
+ 'SSH_ID' => 'SSH ID',
|
|
|
+ 'Manage SSH keys' => 'Manage SSH keys',
|
|
|
|
|
|
//Header
|
|
|
'Fm' => 'Files',
|