diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mod_muc_mam.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_muc_mam.lua b/plugins/mod_muc_mam.lua index 895c3a02..23bb7dab 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), } ); |