Bump version to 6.0 (#46)
* Bump version to 6.0 * Add cherrypick to banned target * Fix translations
This commit is contained in:
parent
d75c8506ce
commit
322ce1fc27
5 changed files with 22 additions and 6 deletions
|
@ -43,7 +43,7 @@ const WarningWrapper = ({ needsLockWarning, hashtagWarning, directMessageWarning
|
|||
}
|
||||
|
||||
if (mentionWarning) {
|
||||
return <Warning message={<FormattedMessage id='compose_form.mention_warning' defaultMessage='When you add a Mention to a limited post, the person you are mentioning can also see this post.' />} />;
|
||||
return <Warning message={<FormattedMessage id='compose_form.mention_warning' defaultMessage='When you add a mention to a limited post, the person you are mentioning can also see this post.' />} />;
|
||||
}
|
||||
|
||||
if (limitedPostWarning) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue