From fee132d6e881b83615f6827e5373ea9df970fd06 Mon Sep 17 00:00:00 2001 From: Dani Palou Date: Mon, 8 May 2023 13:10:09 +0200 Subject: [PATCH] MOBILE-4270 mod_data: Fix wrong string --- scripts/langindex.json | 2 +- .../mod/data/components/action/addon-mod-data-action.html | 2 +- src/addons/mod/data/lang.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/langindex.json b/scripts/langindex.json index 53430cdc7..1170109fc 100644 --- a/scripts/langindex.json +++ b/scripts/langindex.json @@ -524,7 +524,7 @@ "addon.mod_choice.savemychoice": "choice", "addon.mod_choice.userchoosethisoption": "choice", "addon.mod_choice.yourselection": "choice", - "addon.mod_data.actions": "data", + "addon.mod_data.actionsmenu": "data", "addon.mod_data.addentries": "data", "addon.mod_data.advancedsearch": "data", "addon.mod_data.alttext": "data", diff --git a/src/addons/mod/data/components/action/addon-mod-data-action.html b/src/addons/mod/data/components/action/addon-mod-data-action.html index cf233c3fa..aa4160d05 100644 --- a/src/addons/mod/data/components/action/addon-mod-data-action.html +++ b/src/addons/mod/data/components/action/addon-mod-data-action.html @@ -1,5 +1,5 @@ + [attr.aria-label]="'addon.mod_data.actionsmenu' | translate"> diff --git a/src/addons/mod/data/lang.json b/src/addons/mod/data/lang.json index e77e2fcd1..d15f18e32 100644 --- a/src/addons/mod/data/lang.json +++ b/src/addons/mod/data/lang.json @@ -1,5 +1,5 @@ { - "actions": "Actions menu", + "actionsmenu": "Actions menu", "addentries": "Add entries", "advancedsearch": "Advanced search", "alttext": "Alternative text",