Skip to content

Commit

Permalink
NotifTroubleshootingScreen: Have genericAlert mention troubleshooting…
Browse files Browse the repository at this point in the history
… guide

As suggested by Alya:
  zulip#5802 (comment)
  • Loading branch information
chrisbobbe committed Jan 3, 2024
1 parent a624375 commit 05e7ef3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/settings/NotifTroubleshootingScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ export default function NotifTroubleshootingScreen(props: Props): React.Node {
<AlertItem
bottomMargin
text={{
text: 'Notifications for this account may not arrive. Please contact {supportEmail} with the details below.',
text: 'Notifications for this account may not arrive. Please refer to the troubleshooting guide or contact {supportEmail} with the details below.',
values: {
supportEmail: (
<ZulipText
Expand Down
2 changes: 1 addition & 1 deletion static/translations/messages_en.json
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
"Notifications for this account may not arrive.": "Notifications for this account may not arrive.",
"Notifications are disabled in system settings.": "Notifications are disabled in system settings.",
"Notifications require Google Play Services, which is unavailable.": "Notifications require Google Play Services, which is unavailable.",
"Notifications for this account may not arrive. Please contact {supportEmail} with the details below.": "Notifications for this account may not arrive. Please contact {supportEmail} with the details below.",
"Notifications for this account may not arrive. Please refer to the troubleshooting guide or contact {supportEmail} with the details below.": "Notifications for this account may not arrive. Please refer to the troubleshooting guide or contact {supportEmail} with the details below.",
"{problemAccountsCount, plural,\n one {Notifications for {problemAccountsCount} other logged-in account may not arrive.}\n other {Notifications for {problemAccountsCount} other logged-in accounts may not arrive.}\n}": "{problemAccountsCount, plural,\n one {Notifications for {problemAccountsCount} other logged-in account may not arrive.}\n other {Notifications for {problemAccountsCount} other logged-in accounts may not arrive.}\n}",
"Details": "Details",
"Notifications are disabled.": "Notifications are disabled.",
Expand Down

0 comments on commit 05e7ef3

Please sign in to comment.