From 8bf710a4059415096a2fe882af1ab019eb0079b6 Mon Sep 17 00:00:00 2001 From: Prasanth Baskar <89722848+bupd@users.noreply.github.com> Date: Mon, 6 Jan 2025 19:37:20 +0530 Subject: [PATCH] fix: replication rule message in UI (#21299) * updates replication rule confirm message for execution in UI * update en-us-lang and es-es-lang with clear focus on execution * Since different languages have varying interpretations of 'execution' * Its better to update only the English version Signed-off-by: bupd --- src/portal/src/i18n/lang/en-us-lang.json | 4 ++-- src/portal/src/i18n/lang/es-es-lang.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/portal/src/i18n/lang/en-us-lang.json b/src/portal/src/i18n/lang/en-us-lang.json index 2f4897862..88f756b02 100644 --- a/src/portal/src/i18n/lang/en-us-lang.json +++ b/src/portal/src/i18n/lang/en-us-lang.json @@ -586,8 +586,8 @@ "FILTER_EXECUTIONS_PLACEHOLDER": "Filter Executions", "DELETION_TITLE": "Confirm Replication Rule Deletion", "DELETION_SUMMARY": "Do you want to delete replication rule {{param}}?", - "REPLICATION_TITLE": "Confirm Rule Replication", - "REPLICATION_SUMMARY": "Do you want to replicate the rule {{param}}?", + "REPLICATION_TITLE": "Confirm Replication Rule Execution", + "REPLICATION_SUMMARY": "Do you want to execute replication rule {{param}}?", "DELETION_TITLE_FAILURE": "failed to delete Rule Deletion", "DELETION_SUMMARY_FAILURE": "have pending/running/retrying status", "REPLICATE_SUMMARY_FAILURE": "have pending/running status", diff --git a/src/portal/src/i18n/lang/es-es-lang.json b/src/portal/src/i18n/lang/es-es-lang.json index 46080e7bf..b1561fed3 100644 --- a/src/portal/src/i18n/lang/es-es-lang.json +++ b/src/portal/src/i18n/lang/es-es-lang.json @@ -590,8 +590,8 @@ "DELETION_TITLE_FAILURE": "failed to delete Rule Deletion", "DELETION_SUMMARY_FAILURE": "have pending/running/retrying status", "REPLICATE_SUMMARY_FAILURE": "have pending/running status", - "REPLICATION_TITLE": "Confirm Rule replication", - "REPLICATION_SUMMARY": "Do you want to replicate the Rule {{param}}?", + "REPLICATION_TITLE": "Confirm Replication Rule Execution", + "REPLICATION_SUMMARY": "Do you want to execute replication rule {{param}}?", "FILTER_TARGETS_PLACEHOLDER": "Filtrar Endpoints", "DELETION_TITLE_TARGET": "Confirmar Eliminación de Endpoint", "DELETION_SUMMARY_TARGET": "¿Quiere eliminar el endpoint {{param}}?",