Automated cherry pick of #3349 (#3432)

* Update message count string

* Update defaultMessage
This commit is contained in:
Mattermost Build 2019-10-17 17:01:32 +02:00 committed by Elias Nahum
parent 41dc1a8c95
commit f094f68c34
2 changed files with 2 additions and 2 deletions

View file

@ -203,7 +203,7 @@ export default class PostTextBoxBase extends PureComponent {
}),
intl.formatMessage({
id: 'mobile.message_length.message',
defaultMessage: 'Your current message is too long. Current character count: {max}/{count}',
defaultMessage: 'Your current message is too long. Current character count: {count}/{max}',
}, {
max: maxMessageLength,
count: valueLength,

View file

@ -291,7 +291,7 @@
"mobile.markdown.image.too_large": "Image exceeds max dimensions of {maxWidth} by {maxHeight}:",
"mobile.markdown.link.copy_url": "Copy URL",
"mobile.mention.copy_mention": "Copy Mention",
"mobile.message_length.message": "Your current message is too long. Current character count: {max}/{count}",
"mobile.message_length.message": "Your current message is too long. Current character count: {count}/{max}",
"mobile.message_length.title": "Message Length",
"mobile.more_dms.add_more": "You can add {remaining, number} more users",
"mobile.more_dms.cannot_add_more": "You cannot add more users",