From 826476e59a97f0d79edbffa97710063d9c434049 Mon Sep 17 00:00:00 2001 From: Meghana M R Date: Tue, 26 May 2026 16:24:09 +0530 Subject: [PATCH 1/2] Use consistent 'Push Actioned' label across Drill UI (SER-2859) In the Drill segmentation row, the Push tab was hardcoded as "Push Actioned" while the event button under "QUERY BASED ON" showed "Push action" (from the i18n string). Two different wordings for the same entity. Use the i18n key as the source of truth for the tab label (matching how Journey and other tabs work) and update the English default to "Push Actioned" so both spots stay in sync via a single string. Other-language locale files keep their existing translations. Co-Authored-By: Claude Sonnet 4.6 --- .../public/javascripts/countly/vue/components/helpers.js | 2 +- plugins/push/frontend/public/localization/push.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/express/public/javascripts/countly/vue/components/helpers.js b/frontend/express/public/javascripts/countly/vue/components/helpers.js index 71c09115026..85bb7ff6348 100644 --- a/frontend/express/public/javascripts/countly/vue/components/helpers.js +++ b/frontend/express/public/javascripts/countly/vue/components/helpers.js @@ -794,7 +794,7 @@ ] });*/ preparedEventList.push({ - "label": 'Push Actioned', + "label": this.i18n('internal-events.[CLY]_push_action'), "name": "[CLY]_push_action", "options": [ { label: this.i18n('internal-events.[CLY]_push_action'), value: '[CLY]_push_action' } diff --git a/plugins/push/frontend/public/localization/push.properties b/plugins/push/frontend/public/localization/push.properties index 6fab5746e1d..03d821938f0 100755 --- a/plugins/push/frontend/public/localization/push.properties +++ b/plugins/push/frontend/public/localization/push.properties @@ -66,7 +66,7 @@ push-notification.android-badge-number-setting = Android badge number push-notification.android-json-data-setting = Android JSON data push-notification.android-user-data-setting = Android user data internal-events.[CLY]_push_sent = Push sent -internal-events.[CLY]_push_action = Push action +internal-events.[CLY]_push_action = Push Actioned push-notification.android = Android push-notification.ios = iOS From 3feafe9ce92637f8ae6c91b13be7ad665bf97e24 Mon Sep 17 00:00:00 2001 From: Anna Sosina Date: Wed, 27 May 2026 09:38:59 +0300 Subject: [PATCH 2/2] removed empty line --- plugins/push/frontend/public/localization/push.properties | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/push/frontend/public/localization/push.properties b/plugins/push/frontend/public/localization/push.properties index 03d821938f0..11688840a5e 100755 --- a/plugins/push/frontend/public/localization/push.properties +++ b/plugins/push/frontend/public/localization/push.properties @@ -442,7 +442,6 @@ push-notification.error-code.MessageBodyTooBig.desc = Message body is too big fo push-notification.error-code.TooManyTokens.desc = Too many tokens are being sent to Huawei, please contact Countly support. push-notification.error-code.NotAuthorizedPriority.desc = You are not authorized to send high-priority Huawei notifications. push-notification.error-code.InternalHuaweiError.desc = Internal Huawei server error. - push-notification.error-code.TooLateToSend.desc = Push Notification messages have been discarded because time of arrival would be at least 60 minutes later than expected. push-notification.error-code.del = Message deleted push-notification.error-code.del.desc = Push Notification messages have been discarded due to the message being deleted.