refactor(notifications): use "Daily Reminder" terminology consistently
- Rename "Reminder Notification(s)" to "Daily Reminder" in Account and Help views
- Update NOTIFY_PUSH_SUCCESS title/message ("Notifications On", "Daily Reminder notifications are now enabled.")
- Align plugin spec doc with "Notifications" section naming
This commit is contained in:
@@ -1642,9 +1642,8 @@ export const NOTIFY_PUSH_SETUP_UNDERWAY = {
|
||||
|
||||
// Used in: PushNotificationPermission.vue (turnOnNotifications method - success)
|
||||
export const NOTIFY_PUSH_SUCCESS = {
|
||||
title: "Notification Is On",
|
||||
message:
|
||||
"You should see at least one on your device; if not, check the 'Troubleshoot' link.",
|
||||
title: "Notifications On",
|
||||
message: "Daily Reminder notifications are now enabled.",
|
||||
};
|
||||
|
||||
// Used in: PushNotificationPermission.vue (turnOnNotifications method - general error)
|
||||
|
||||
Reference in New Issue
Block a user