diff --git a/i18n/en.json b/i18n/en.json index 59b6bf0f5..84e1a6286 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -51,7 +51,7 @@ "echo-pref-email-format": "Email format:", "echo-pref-web": "Web", "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-immediately": "Individual notifications as they come in", "echo-pref-email-frequency-daily": "A daily summary of notifications", diff --git a/i18n/qqq.json b/i18n/qqq.json index f0e64f287..bd993f032 100644 --- a/i18n/qqq.json +++ b/i18n/qqq.json @@ -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-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-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-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",