From e8b88ea7b1a6d2bc58807bed09c739998f2f3296 Mon Sep 17 00:00:00 2001 From: Vladyslav_Prykhodko Date: Thu, 15 Feb 2024 17:45:21 +0200 Subject: [PATCH 1/2] UI: Fixed translate --- .../notification-template-configuration.component.html | 2 +- ui-ngx/src/assets/locale/locale.constant-en_US.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui-ngx/src/app/modules/home/pages/notification/template/configuration/notification-template-configuration.component.html b/ui-ngx/src/app/modules/home/pages/notification/template/configuration/notification-template-configuration.component.html index e39d7f27c8..0a992618b9 100644 --- a/ui-ngx/src/app/modules/home/pages/notification/template/configuration/notification-template-configuration.component.html +++ b/ui-ngx/src/app/modules/home/pages/notification/template/configuration/notification-template-configuration.component.html @@ -124,7 +124,7 @@ + actionTitle="{{ 'notification.notification-tap-action' | translate }}"> diff --git a/ui-ngx/src/assets/locale/locale.constant-en_US.json b/ui-ngx/src/assets/locale/locale.constant-en_US.json index da8972c39e..e8a397bee9 100644 --- a/ui-ngx/src/assets/locale/locale.constant-en_US.json +++ b/ui-ngx/src/assets/locale/locale.constant-en_US.json @@ -3214,7 +3214,6 @@ }, "notification": { "action-button": "Action button", - "action-on-click-notification": "Action on click notification", "action-type": "Action type", "active": "Active", "add-notification-recipients-group": "Add notification recipients group", @@ -3337,6 +3336,7 @@ "not-found-slack-recipient": "Slack recipient not found", "notification": "Notification", "notification-center": "Notification center", + "notification-tap-action": "Notification tap action", "notify": "notify", "notify-again": "Notify again", "notify-alarm-action": { From f8ab53b01878b608857ba2511733798e7ab300e8 Mon Sep 17 00:00:00 2001 From: Vladyslav_Prykhodko Date: Thu, 15 Feb 2024 17:57:56 +0200 Subject: [PATCH 2/2] UI: Fixed translate --- ui-ngx/src/assets/locale/locale.constant-en_US.json | 1 + 1 file changed, 1 insertion(+) diff --git a/ui-ngx/src/assets/locale/locale.constant-en_US.json b/ui-ngx/src/assets/locale/locale.constant-en_US.json index f3e9470c45..625888bcd2 100644 --- a/ui-ngx/src/assets/locale/locale.constant-en_US.json +++ b/ui-ngx/src/assets/locale/locale.constant-en_US.json @@ -3241,6 +3241,7 @@ "new-platform-version-trigger-settings": "New platform version trigger settings", "rate-limits-trigger-settings": "Exceeded rate limits trigger settings", "at-least-one-should-be-selected": "At least one should be selected", + "basic-settings": "Basic settings", "button-text": "Button text", "button-text-required": "Button text is required", "button-text-max-length": "Button text should be less than or equal to {{ length }} characters",