From a3410e7dc3a13b95a35f149d0717ad515756f626 Mon Sep 17 00:00:00 2001 From: Andrei Prigorshnev Date: Tue, 22 Aug 2023 20:45:50 +0400 Subject: [PATCH] UX: update outdated description of chat messages export (#23191) We removed all restrictions from the exporter of chat messages in cd45f33, but forgot to update the description on the page /admin/plugins/chat. --- plugins/chat/config/locales/client.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/chat/config/locales/client.en.yml b/plugins/chat/config/locales/client.en.yml index 86e0e27b9f1..e47267add2a 100644 --- a/plugins/chat/config/locales/client.en.yml +++ b/plugins/chat/config/locales/client.en.yml @@ -471,7 +471,7 @@ en: title: "Chat" export_messages: title: "Export chat messages" - description: "Export is currently limited to 10000 most recent messages in the last 6 months." + description: "This exports all messages from all channels." create_export: "Create export" export_has_started: "The export has started. You'll receive a PM when it's ready."