mirror of
https://github.com/bjc/prosody.git
synced 2025-04-01 20:27:39 +03:00
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.
This commit is contained in:
parent
d0e69c4e15
commit
4d9916d1e5
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue