OpenCart 3.0.3.8
This commit is contained in:
@ -5,7 +5,7 @@ $_['heading_title'] = 'Important Security Notification!';
|
||||
// Text
|
||||
$_['text_success'] = 'Success: You have modified the storage folder!';
|
||||
$_['text_admin'] = 'Edit admin/config.php and change';
|
||||
$_['text_security'] = 'It is very imporant that you move the storage directory outside of the web directory (e.g. public_html, www or htdocs).';
|
||||
$_['text_security'] = 'It is very important that you move the storage directory outside of the web directory (e.g. public_html, www or htdocs).';
|
||||
$_['text_choose'] = 'Choose how to move the storage directory';
|
||||
$_['text_automatic'] = 'Automatically Move';
|
||||
$_['text_manual'] = 'Manually Move';
|
||||
@ -14,6 +14,9 @@ $_['text_to'] = 'to';
|
||||
$_['text_config'] = 'Edit config.php change';
|
||||
$_['text_admin'] = 'Edit admin/config.php and change';
|
||||
|
||||
// Entry
|
||||
$_['entry_directory'] = 'Directory';
|
||||
|
||||
// Button
|
||||
$_['button_move'] = 'Move';
|
||||
$_['button_manual'] = 'Manual';
|
||||
|
Reference in New Issue
Block a user