Change push notification preference column label to "Apps"

Bug: T251462
Change-Id: Ibdec818df6c605d1bc2d2bcb8edb72b62aa35005
This commit is contained in:
Michael Holloway 2020-06-24 17:28:14 -04:00
parent 8c6c89b1ec
commit 4180c0c1a0
2 changed files with 2 additions and 2 deletions

View file

@ -51,7 +51,7 @@
"echo-pref-email-format": "Email format:", "echo-pref-email-format": "Email format:",
"echo-pref-web": "Web", "echo-pref-web": "Web",
"echo-pref-email": "Email", "echo-pref-email": "Email",
"echo-pref-push": "Push (apps only)", "echo-pref-push": "Apps",
"echo-pref-email-frequency-never": "Do not send me any email notifications", "echo-pref-email-frequency-never": "Do not send me any email notifications",
"echo-pref-email-frequency-immediately": "Individual notifications as they come in", "echo-pref-email-frequency-immediately": "Individual notifications as they come in",
"echo-pref-email-frequency-daily": "A daily summary of notifications", "echo-pref-email-frequency-daily": "A daily summary of notifications",

View file

@ -53,7 +53,7 @@
"echo-pref-email-format": "Label for individual email notification format, the label will be updated once HTML email is ready for email digest.\n\nUsed as label for the select box which has the following options:\n* {{msg-mw|Echo-pref-email-format-html}}\n* {{msg-mw|Echo-pref-email-format-plain-text}}", "echo-pref-email-format": "Label for individual email notification format, the label will be updated once HTML email is ready for email digest.\n\nUsed as label for the select box which has the following options:\n* {{msg-mw|Echo-pref-email-format-html}}\n* {{msg-mw|Echo-pref-email-format-plain-text}}",
"echo-pref-web": "Label for list of notifications which are delivered on the web. In other words, on the wiki itself rather by email or another method. This should be kept very short.", "echo-pref-web": "Label for list of notifications which are delivered on the web. In other words, on the wiki itself rather by email or another method. This should be kept very short.",
"echo-pref-email": "Label for list of notifications which are delivered via email. This should be kept very short.\n{{Identical|E-mail}}", "echo-pref-email": "Label for list of notifications which are delivered via email. This should be kept very short.\n{{Identical|E-mail}}",
"echo-pref-push": "Label for the notification preferences column controlling which notifications should be delivered by push notification. The '(apps only)' expression indicates that push notifications are currently only supported for the Wikipedia mobile apps.", "echo-pref-push": "Label for the notification preferences column controlling which notifications should be delivered by push notification to Wikipedia mobile app installations for which the user has registered a push notification subscription.",
"echo-pref-email-frequency-never": "Option for users who don't want to receive any email notifications\n\nSee also:\n* {{msg-mw|Echo-pref-email-frequency-immediately}}\n* {{msg-mw|Echo-pref-email-frequency-daily}}\n* {{msg-mw|Echo-pref-email-frequency-weekly}}", "echo-pref-email-frequency-never": "Option for users who don't want to receive any email notifications\n\nSee also:\n* {{msg-mw|Echo-pref-email-frequency-immediately}}\n* {{msg-mw|Echo-pref-email-frequency-daily}}\n* {{msg-mw|Echo-pref-email-frequency-weekly}}",
"echo-pref-email-frequency-immediately": "Option for users who want to receive email for each notification as it occurs", "echo-pref-email-frequency-immediately": "Option for users who want to receive email for each notification as it occurs",
"echo-pref-email-frequency-daily": "Option for users who want to receive a daily digest of email notifications", "echo-pref-email-frequency-daily": "Option for users who want to receive a daily digest of email notifications",