From 15a675515d59a211769c2addf765e4f7cef3dfda Mon Sep 17 00:00:00 2001 From: Marius Schummer Date: Thu, 15 Aug 2024 16:10:27 +0200 Subject: [PATCH] Adjustments of default messages for empty annotation column (relating to RED-9788) --- apps/red-ui/src/assets/i18n/scm/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/red-ui/src/assets/i18n/scm/en.json b/apps/red-ui/src/assets/i18n/scm/en.json index 340aea20c..b49c17592 100644 --- a/apps/red-ui/src/assets/i18n/scm/en.json +++ b/apps/red-ui/src/assets/i18n/scm/en.json @@ -1531,7 +1531,7 @@ }, "last-assignee": "Last assignee", "no-data": { - "title": "There are no annotations on this page." + "title": "This page does not contain annotations for the selected component or filter." }, "quick-nav": { "jump-first": "Jump to first page", @@ -1548,7 +1548,7 @@ "jump-to-next": "Jump to next", "jump-to-previous": "Jump to previous", "label": "Workload", - "no-annotations": "There are no annotations on the selected page or for the selected component.", + "no-annotations": "There are no annotations for the selected component.", "page-is": "This page is", "reset": "reset", "select": "Select", @@ -1556,7 +1556,7 @@ "select-none": "None", "show-skipped": "Show skipped in document", "the-filters": "the filters", - "wrong-filters": "The selected filter combination is not possible. Please adjust or" + "wrong-filters": "No annotations for the selected filter combination. Please adjust or" }, "document-info": { "close": "Close document info",