MUC: Improve labels of all config form items

This commit is contained in:
Matthew Wild 2018-07-13 13:22:40 +01:00
parent c80aae6dee
commit 1a0e7d5a10
11 changed files with 29 additions and 15 deletions

View file

@ -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);