From 9b61f98988054e3a148d3a43758cd961afa7dacb Mon Sep 17 00:00:00 2001 From: henrikmv Date: Fri, 25 Oct 2024 16:57:42 +0200 Subject: [PATCH 1/4] fix: string adjustment --- i18n/en.pot | 11 ++++------- .../WidgetAssignee/DisplayMode.component.js | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/i18n/en.pot b/i18n/en.pot index 9b56b6db68..a5500f1058 100644 --- a/i18n/en.pot +++ b/i18n/en.pot @@ -5,8 +5,8 @@ msgstr "" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -"POT-Creation-Date: 2024-10-10T14:29:59.249Z\n" -"PO-Revision-Date: 2024-10-10T14:29:59.249Z\n" +"POT-Creation-Date: 2024-10-25T14:57:43.514Z\n" +"PO-Revision-Date: 2024-10-25T14:57:43.514Z\n" msgid "Choose one or more dates..." msgstr "Choose one or more dates..." @@ -1071,9 +1071,6 @@ msgstr "Create new event" msgid "Search for a {{trackedEntityName}} in {{programName}}" msgstr "Search for a {{trackedEntityName}} in {{programName}}" -msgid "Back to list" -msgstr "Back to list" - msgid "No tracked entity types available" msgstr "No tracked entity types available" @@ -1089,8 +1086,8 @@ msgstr "Edit" msgid "No one is assigned to this event" msgstr "No one is assigned to this event" -msgid "You don't have access to assign an assignee" -msgstr "You don't have access to assign an assignee" +msgid "You don't have access to assign a user to this event" +msgstr "You don't have access to assign a user to this event" msgid "Assign" msgstr "Assign" diff --git a/src/core_modules/capture-core/components/WidgetAssignee/DisplayMode.component.js b/src/core_modules/capture-core/components/WidgetAssignee/DisplayMode.component.js index e0b2ebb2dd..a80b6c990e 100644 --- a/src/core_modules/capture-core/components/WidgetAssignee/DisplayMode.component.js +++ b/src/core_modules/capture-core/components/WidgetAssignee/DisplayMode.component.js @@ -63,7 +63,7 @@ const DisplayModePlain = ({ assignee, onEdit, writeAccess, avatarId, classes }:
{i18n.t('No one is assigned to this event')}