capitalize back the alert text
This commit is contained in:
parent
89fc2e8b99
commit
6dcc999176
3 changed files with 3 additions and 3 deletions
|
|
@ -51,7 +51,7 @@ export function alertPushProxyError(intl: IntlShape, serverUrl?: string) {
|
|||
}),
|
||||
intl.formatMessage({
|
||||
id: 'alert.push_proxy_error.description',
|
||||
defaultMessage: 'due to the configuration of this server, notifications cannot be received in the mobile app. Contact your system admin for more information.',
|
||||
defaultMessage: 'Due to the configuration of this server, notifications cannot be received in the mobile app. Contact your system admin for more information.',
|
||||
}),
|
||||
[{
|
||||
text: intl.formatMessage({id: 'alert.push_proxy.button', defaultMessage: 'Okay'}),
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
"account.your_profile": "Your Profile",
|
||||
"alert.channel_deleted.description": "The channel {displayName} has been archived.",
|
||||
"alert.channel_deleted.title": "Archived channel",
|
||||
"alert.push_proxy_error.description": "due to the configuration of this server, notifications cannot be received in the mobile app. Contact your system admin for more information.",
|
||||
"alert.push_proxy_error.description": "Due to the configuration of this server, notifications cannot be received in the mobile app. Contact your system admin for more information.",
|
||||
"alert.push_proxy_error.title": "Notifications cannot be received from this server",
|
||||
"alert.push_proxy_unknown.description": "This server was unable to receive push notifications for an unknown reason. This will be attempted again next time you connect.",
|
||||
"alert.push_proxy_unknown.title": "Notifications could not be received from this server",
|
||||
|
|
|
|||
|
|
@ -686,7 +686,7 @@
|
|||
"alert.push_proxy.button": "Okay",
|
||||
"alert.push_proxy_unknown.title": "Notifications could not be received from this server",
|
||||
"alert.push_proxy_error.title": "Notifications cannot be received from this server",
|
||||
"alert.push_proxy_error.description": "due to the configuration of this server, notifications cannot be received in the mobile app. Contact your system admin for more information.",
|
||||
"alert.push_proxy_error.description": "Due to the configuration of this server, notifications cannot be received in the mobile app. Contact your system admin for more information.",
|
||||
"alert.channel_deleted.title": "Archived channel",
|
||||
"alert.channel_deleted.description": "The channel {displayName} has been archived.",
|
||||
"account.your_profile": "Your Profile",
|
||||
|
|
|
|||
Loading…
Reference in a new issue