1
0
Fork 0
forked from gitea/nas

Bump version to 6.0 (#46)

* Bump version to 6.0

* Add cherrypick to banned target

* Fix translations
This commit is contained in:
KMY(雪あすか) 2023-09-28 17:56:21 +09:00 committed by GitHub
parent d75c8506ce
commit 322ce1fc27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 22 additions and 6 deletions

View file

@ -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) {