You've already forked Epicnabbo-Catalogus-Updated-Daily
🆙 Add fixed cms 🆙
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'navigation_label' => 'Logs',
|
||||
'navigation_group' => 'System',
|
||||
'title' => 'Logs',
|
||||
'search_placeholder' => 'Select or search a log file',
|
||||
'no_logs' => 'No Logs to display',
|
||||
'delete' => 'Delete',
|
||||
'download' => 'Download',
|
||||
'no_such_file' => 'No such file',
|
||||
'file_too_large' => 'File is too large',
|
||||
'modal_delete_heading' => 'Delete this logs file?',
|
||||
'modal_delete_subheading' => 'Are you sure you want to delete this logs file?',
|
||||
'modal_delete_action_cancel' => 'Cancel',
|
||||
'modal_delete_action_confirm' => 'Delete',
|
||||
];
|
||||
Reference in New Issue
Block a user