Fix misleading copy in "Remove me from collection" confirmation dialog (#39391)
This commit is contained in:
parent
9910018b0d
commit
bd91848367
@ -19,7 +19,7 @@ const messages = defineMessages({
|
||||
revokeCollectionInclusionMessage: {
|
||||
id: 'confirmations.revoke_collection_inclusion.message',
|
||||
defaultMessage:
|
||||
"This action is permanent, and the curator won't be able to re-add you to the collection later on.",
|
||||
"The curator won't be able to re-add you to this collection for 24 hours. To prevent them from adding you to collections permanently, you can block them.",
|
||||
},
|
||||
revokeCollectionInclusionConfirm: {
|
||||
id: 'confirmations.revoke_collection_inclusion.confirm',
|
||||
|
||||
@ -561,7 +561,7 @@
|
||||
"confirmations.remove_from_followers.message": "{name} will stop following you. Are you sure you want to proceed?",
|
||||
"confirmations.remove_from_followers.title": "Remove follower?",
|
||||
"confirmations.revoke_collection_inclusion.confirm": "Remove me",
|
||||
"confirmations.revoke_collection_inclusion.message": "This action is permanent, and the curator won't be able to re-add you to the collection later on.",
|
||||
"confirmations.revoke_collection_inclusion.message": "The curator won't be able to re-add you to this collection for 24 hours. To prevent them from adding you to collections permanently, you can block them.",
|
||||
"confirmations.revoke_collection_inclusion.title": "Remove yourself from this collection?",
|
||||
"confirmations.revoke_quote.confirm": "Remove post",
|
||||
"confirmations.revoke_quote.message": "This action cannot be undone.",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user