Security: verwijder hardcoded wachtwoord, voeg random-wachtwoord-generator toe bij eerste installatie
This commit is contained in:
@@ -94,7 +94,7 @@ return [
|
||||
'content_files' => 'Content files',
|
||||
'content_no_files' => 'No files found.',
|
||||
'content_not_editable' => 'This file type cannot be edited in the editor.',
|
||||
'content_select_file' => 'Select a file from the sidebar to edit.',
|
||||
'content_select_file' => 'Select a file or folder from the sidebar.',
|
||||
'content_file_path' => 'File path within content',
|
||||
'content_file_path_help' => 'Only letters, numbers, dots, underscores, dashes and slashes. Subfolders are created automatically. The extension is chosen below.',
|
||||
'content_upload_help' => 'Files are uploaded to content/. Allowed: images, video, audio, PDF, ZIP, office docs, CSS, SCSS, JS, JSON, HTML, MD.',
|
||||
@@ -120,6 +120,11 @@ return [
|
||||
'no_filter_results' => 'No results for this filter.',
|
||||
'new_folder_title' => 'Create new folder',
|
||||
'folder_name' => 'Folder name',
|
||||
'folder_name_placeholder' => 'folder name',
|
||||
'folder_rename_help' => 'Edit the folder name and click save to rename it.',
|
||||
'files' => 'files',
|
||||
'subfolders' => 'subfolders',
|
||||
'expand_collapse' => 'Expand/collapse',
|
||||
'name_help' => 'Only letters, numbers, dots, underscores and dashes.',
|
||||
|
||||
// Content edit / new
|
||||
|
||||
Reference in New Issue
Block a user