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..11688840a5e 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 @@ -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.