aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/mod_muc_mam.lua2
1 files changed, 1 insertions, 1 deletions
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),
}
);