MM-18832 Update message count string (#3349)
* Update message count string * Update defaultMessage
This commit is contained in:
parent
b8998c676a
commit
3f3a7630cc
2 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -296,7 +296,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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue