Fix localized string (#803)
This commit is contained in:
parent
561140c034
commit
d5513a4585
2 changed files with 2 additions and 2 deletions
|
|
@ -219,7 +219,7 @@ export default class About extends PureComponent {
|
|||
<View style={style.footerGroup}>
|
||||
<FormattedText
|
||||
id='mobile.notice_text'
|
||||
defaultMessage='Mattermost is made possible by the open source software in our {platform} and {mobile}.'
|
||||
defaultMessage='Mattermost is made possible by the open source software used in our {platform} and {mobile}.'
|
||||
style={style.footerText}
|
||||
values={{
|
||||
platform: (
|
||||
|
|
|
|||
|
|
@ -1768,7 +1768,7 @@
|
|||
"mobile.login_options.choose_title": "Choose your login method",
|
||||
"mobile.more_dms.start": "Start",
|
||||
"mobile.more_dms.title": "New Conversation",
|
||||
"mobile.notice_text": "Mattermost is made possible by the open source software in our {platform} and {mobile}.",
|
||||
"mobile.notice_text": "Mattermost is made possible by the open source software used in our {platform} and {mobile}.",
|
||||
"mobile.notice_mobile_link": "mobile apps",
|
||||
"mobile.notice_platform_link": "platform",
|
||||
"mobile.notification.in": " in ",
|
||||
|
|
|
|||
Loading…
Reference in a new issue