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:
Jose Olarte III
2026-03-06 19:02:45 +08:00
parent de486a2e23
commit f3cfa9552d
5 changed files with 12 additions and 13 deletions

View File

@@ -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)