aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2023-10-15 14:57:24 +0200
committerKim Alvefur <zash@zash.se>2023-10-15 14:57:24 +0200
commit87f15047363fa17a50938278e6c2893f80d49373 (patch)
tree59b8fb238ad4e975b787a063b1a3b30e7625273f
parent320e215a794e1649bfcd06beef84438738196cc7 (diff)
parent4d9916d1e545be30cac7310e8ee8167cd89dc5c2 (diff)
downloadprosody-87f15047363fa17a50938278e6c2893f80d49373.tar.gz
prosody-87f15047363fa17a50938278e6c2893f80d49373.zip
Merge 0.12->trunk
-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 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),
}
);