From 5891c2edae3f01a4e638e8aecc9a4a5875861115 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Mon, 19 Aug 2024 10:13:08 +0200 Subject: [PATCH] MOBILE-4638 data: Remove deprecated language string --- scripts/langindex.json | 2 +- .../index/addon-mod-data-index.html | 8 ++++---- src/addons/mod/data/components/index/index.ts | 4 ++-- src/addons/mod/data/lang.json | 2 +- .../mod/data/tests/behat/entries.feature | 20 +++++++++---------- src/addons/mod/data/tests/behat/sync.feature | 6 +++--- .../comments/tests/behat/basic_usage.feature | 4 ++-- 7 files changed, 23 insertions(+), 23 deletions(-) diff --git a/scripts/langindex.json b/scripts/langindex.json index aebe2caf0..c741bd67b 100644 --- a/scripts/langindex.json +++ b/scripts/langindex.json @@ -546,7 +546,7 @@ "addon.mod_choice.userchoosethisoption": "choice", "addon.mod_choice.yourselection": "choice", "addon.mod_data.actionsmenu": "data", - "addon.mod_data.addentries": "data", + "addon.mod_data.add": "data", "addon.mod_data.advancedsearch": "data", "addon.mod_data.alttext": "data", "addon.mod_data.approve": "data", diff --git a/src/addons/mod/data/components/index/addon-mod-data-index.html b/src/addons/mod/data/components/index/addon-mod-data-index.html index d521f8e60..c2bf4e15b 100644 --- a/src/addons/mod/data/components/index/addon-mod-data-index.html +++ b/src/addons/mod/data/components/index/addon-mod-data-index.html @@ -4,8 +4,8 @@