Change wording of disabled quote state to “You are not allowed to quote this post” (#36129)
This commit is contained in:
parent
96d0f6f049
commit
41ab10f88c
3 changed files with 3 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ export const messages = defineMessages({
|
|||
quote: { id: 'status.quote', defaultMessage: 'Quote' },
|
||||
quote_cannot: {
|
||||
id: 'status.cannot_quote',
|
||||
defaultMessage: 'Quotes are disabled on this post',
|
||||
defaultMessage: 'You are not allowed to quote this post',
|
||||
},
|
||||
quote_followers_only: {
|
||||
id: 'status.quote_followers_only',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue