mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Improve error message for when safe mode is enabled (#4926)
This commit is contained in:
parent
3f982c25c7
commit
153120fdc7
@ -11,7 +11,7 @@ return [
|
||||
'error_deleting' => "Error deleting the template file ':name'. Please check write permissions.",
|
||||
'delete_success' => 'Templates deleted: :count.',
|
||||
'file_name_required' => 'The File Name field is required.',
|
||||
'safe_mode_enabled' => 'Safe mode is currently enabled. Editing the PHP code of CMS templates is disabled.'
|
||||
'safe_mode_enabled' => 'Safe mode is currently enabled. Editing the PHP code of CMS templates is disabled. To disable safe mode, set the `cms.enableSafeMode` configuration value to `false`.',
|
||||
],
|
||||
'dashboard' => [
|
||||
'active_theme' => [
|
||||
|
Loading…
x
Reference in New Issue
Block a user