From 4d9916d1e545be30cac7310e8ee8167cd89dc5c2 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sun, 15 Oct 2023 14:43:11 +0200 Subject: mod_muc_mam: Improve wording of enable setting Suggested by jstein in the chat This option label is used by XMPP clients to explain what the option does. a) The user should know where the data is archived. b) The user needs a statement that can be enabled/disabled by the variable. A question would have the wrong logic here. --- plugins/mod_muc_mam.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/mod_muc_mam.lua') diff --git a/plugins/mod_muc_mam.lua b/plugins/mod_muc_mam.lua index 1c34b8af..0918b95d 100644 --- a/plugins/mod_muc_mam.lua +++ b/plugins/mod_muc_mam.lua @@ -90,7 +90,7 @@ if not log_all_rooms then { name = muc_form_enable, type = "boolean", - label = "Enable archiving?", + label = "Archive chat on server", value = archiving_enabled(room), } ); -- cgit v1.2.3