From 057d5e1be43ceb14da13829e5e11159851657d31 Mon Sep 17 00:00:00 2001 From: diondiondion Date: Fri, 12 Jun 2026 09:37:14 +0200 Subject: [PATCH] [Glitch] Fix misleading copy in "Remove me from collection" confirmation dialog Port bd9184836740a8741da84def835bfbea29e2015b to glitch-soc Signed-off-by: Claire --- .../collections/detail/revoke_collection_inclusion_modal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/flavours/glitch/features/collections/detail/revoke_collection_inclusion_modal.tsx b/app/javascript/flavours/glitch/features/collections/detail/revoke_collection_inclusion_modal.tsx index 31c19707d5..c6eb6632fc 100644 --- a/app/javascript/flavours/glitch/features/collections/detail/revoke_collection_inclusion_modal.tsx +++ b/app/javascript/flavours/glitch/features/collections/detail/revoke_collection_inclusion_modal.tsx @@ -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',