mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
MUC: Improve labels of all config form items
This commit is contained in:
parent
c80aae6dee
commit
1a0e7d5a10
11 changed files with 29 additions and 15 deletions
|
@ -22,7 +22,8 @@ module:hook("muc-config-form", function(event)
|
|||
table.insert(event.form, {
|
||||
name = "muc#roomconfig_persistentroom";
|
||||
type = "boolean";
|
||||
label = "Make Room Persistent?";
|
||||
label = "Persistent (room should remain even when it is empty)";
|
||||
desc = "Rooms are automatically deleted when they are empty, unless this option is enabled";
|
||||
value = get_persistent(event.room);
|
||||
});
|
||||
end, 100-3);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue