From 2899c82ef2197852c0096936c0c1d1088e85d2a0 Mon Sep 17 00:00:00 2001 From: acognet Date: Mon, 16 Aug 2021 09:55:40 +0200 Subject: [PATCH] Fix Typo --- .../ui/components/datatable/en.dictionary.itop.datatable.php | 2 +- .../ui/components/datatable/fr.dictionary.itop.datatable.php | 2 +- templates/base/components/datatable/layout.ready.js.twig | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dictionaries/ui/components/datatable/en.dictionary.itop.datatable.php b/dictionaries/ui/components/datatable/en.dictionary.itop.datatable.php index ee95e3d71..0b5d98c92 100644 --- a/dictionaries/ui/components/datatable/en.dictionary.itop.datatable.php +++ b/dictionaries/ui/components/datatable/en.dictionary.itop.datatable.php @@ -25,7 +25,7 @@ Dict::Add('EN US', 'English', 'English', array( 'UI:Datatables:Language:Info' => '_TOTAL_ item(s)', 'UI:Datatables:Language:InfoEmpty' => 'No information', 'UI:Datatables:Language:EmptyTable' => 'No data available in this table', - 'UI::Datatables:Language:Error' => 'An error occured while running the query', + 'UI:Datatables:Language:Error' => 'An error occured while running the query', 'UI:Datatables:Language:DisplayLength:All' => 'All', 'UI:Datatables:Language:Sort:Ascending' => 'enable for an ascending sort', 'UI:Datatables:Language:Sort:Descending' => 'enable for a descending sort', diff --git a/dictionaries/ui/components/datatable/fr.dictionary.itop.datatable.php b/dictionaries/ui/components/datatable/fr.dictionary.itop.datatable.php index 4687120f5..ab8a8f6e0 100644 --- a/dictionaries/ui/components/datatable/fr.dictionary.itop.datatable.php +++ b/dictionaries/ui/components/datatable/fr.dictionary.itop.datatable.php @@ -24,7 +24,7 @@ Dict::Add('FR FR', 'French', 'Français', array( 'UI:Datatables:Language:Info' => '_TOTAL_ élément(s)', 'UI:Datatables:Language:InfoEmpty' => 'Pas d\'information', 'UI:Datatables:Language:EmptyTable' => 'Pas de résultat', - 'UI::Datatables:Language:Error' => 'Erreur lors du chargement des données', + 'UI:Datatables:Language:Error' => 'Erreur lors du chargement des données', 'UI:Datatables:Language:DisplayLength:All' => 'Tous', 'UI:Datatables:Language:Sort:Ascending' => 'tri croissant', 'UI:Datatables:Language:Sort:Descending' => 'tri décroissant', diff --git a/templates/base/components/datatable/layout.ready.js.twig b/templates/base/components/datatable/layout.ready.js.twig index af242aadc..419d512b1 100644 --- a/templates/base/components/datatable/layout.ready.js.twig +++ b/templates/base/components/datatable/layout.ready.js.twig @@ -28,7 +28,7 @@ var oTable{{ sListIDForVarSuffix }} = $('#{{ oUIBlock.GetId() }}').DataTable({ infoEmpty: "{{ 'UI:Datatables:Language:InfoEmpty'|dict_s }}", infoFiltered: "({{ 'UI:Datatables:Language:InfoFiltered'|dict_s }})", emptyTable: "{{ 'UI:Datatables:Language:EmptyTable'|dict_s }}", - errorMessage: "{{ 'UI::Datatables:Language:Error'|dict_s }}", + errorMessage: "{{ 'UI:Datatables:Language:Error'|dict_s }}", buttonOk: "{{ 'UI:Button:Ok'|dict_s }}", paginate: { first: "",