diff --git a/modules/backend/lang/en/lang.php b/modules/backend/lang/en/lang.php index d631351c6..9514aafb3 100644 --- a/modules/backend/lang/en/lang.php +++ b/modules/backend/lang/en/lang.php @@ -120,15 +120,13 @@ return [ 'setup_title' => 'List Setup', 'setup_help' => 'Use checkboxes to select columns you want to see in the list. You can change position of columns by dragging them up or down.', 'records_per_page' => 'Records per page', - 'records_per_page_help' => 'Select the number of records per page to display. Please note that high number of records on a single page can reduce performance.', - 'apply_changes' => 'Apply changes', - 'cancel' => 'Cancel' + 'records_per_page_help' => 'Select the number of records per page to display. Please note that high number of records on a single page can reduce performance.' ], 'fileupload' => [ - 'attachment' => 'Attachment', - 'help' => 'Add a title and description for this attachment.', - 'title_label' => 'Title', - 'description_label' => 'Description' + 'attachment' => 'Attachment', + 'help' => 'Add a title and description for this attachment.', + 'title_label' => 'Title', + 'description_label' => 'Description' ], 'form' => [ 'create_title' => "New :name", diff --git a/modules/backend/lang/it/lang.php b/modules/backend/lang/it/lang.php index b93286705..c339aae68 100644 --- a/modules/backend/lang/it/lang.php +++ b/modules/backend/lang/it/lang.php @@ -113,9 +113,7 @@ return [ 'setup_title' => 'Configura elenco', 'setup_help' => 'Utilizza le checkbox per selezionare le colonne che vuoi visualizzare nell\'elenco. Puoi cambiare la posizione delle colonne trascinandole verso l\'alto o il basso.', 'records_per_page' => 'Record per pagina', - 'records_per_page_help' => 'Seleziona il numero di record da visualizzare su ogni pagina. Ricorda che un numero elevato di record in una singola pagina può ridurre le prestazioni.', - 'apply_changes' => 'Applica modifiche', - 'cancel' => 'Annulla' + 'records_per_page_help' => 'Seleziona il numero di record da visualizzare su ogni pagina. Ricorda che un numero elevato di record in una singola pagina può ridurre le prestazioni.' ], 'form' => [ 'create_title' => "Nuovo :name", diff --git a/modules/backend/widgets/lists/partials/_setup_form.htm b/modules/backend/widgets/lists/partials/_setup_form.htm index 0ae7b83eb..3d51f8d21 100644 --- a/modules/backend/widgets/lists/partials/_setup_form.htm +++ b/modules/backend/widgets/lists/partials/_setup_form.htm @@ -54,13 +54,13 @@ data-request="getEventHandler('onApplySetup') ?>" data-dismiss="popup" data-stripe-load-indicator> - + \ No newline at end of file