Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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' }
Expand Down
3 changes: 1 addition & 2 deletions plugins/push/frontend/public/localization/push.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down
Loading