Fix comma splice typo (#2343)
This commit is contained in:
parent
ec58d90980
commit
883de604d8
2 changed files with 2 additions and 2 deletions
|
|
@ -239,7 +239,7 @@ export default class PostTextbox extends PureComponent {
|
|||
}),
|
||||
intl.formatMessage({
|
||||
id: 'mobile.post_textbox.uploadFailedDesc',
|
||||
defaultMessage: 'Some attachments failed to upload to the server, Are you sure you want to post the message?',
|
||||
defaultMessage: 'Some attachments failed to upload to the server. Are you sure you want to post the message?',
|
||||
}),
|
||||
[{
|
||||
text: intl.formatMessage({id: 'mobile.channel_info.alertNo', defaultMessage: 'No'}),
|
||||
|
|
|
|||
|
|
@ -334,7 +334,7 @@
|
|||
"mobile.post_textbox.empty.message": "You are trying to send an empty message.\nPlease make sure you have a message or at least one attached file.",
|
||||
"mobile.post_textbox.empty.ok": "OK",
|
||||
"mobile.post_textbox.empty.title": "Empty Message",
|
||||
"mobile.post_textbox.uploadFailedDesc": "Some attachments failed to upload to the server, Are you sure you want to post the message?",
|
||||
"mobile.post_textbox.uploadFailedDesc": "Some attachments failed to upload to the server. Are you sure you want to post the message?",
|
||||
"mobile.post_textbox.uploadFailedTitle": "Attachment failure",
|
||||
"mobile.post.cancel": "Cancel",
|
||||
"mobile.post.delete_question": "Are you sure you want to delete this post?",
|
||||
|
|
|
|||
Loading…
Reference in a new issue