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
|
@ -29,8 +29,9 @@ end
|
|||
local function add_form_option(event)
|
||||
table.insert(event.form, {
|
||||
name = "muc#roomconfig_lang";
|
||||
label = "Language tag for Room (e.g. 'en', 'de', 'fr' etc.)";
|
||||
label = "Language tag for room (e.g. 'en', 'de', 'fr' etc.)";
|
||||
type = "text-single";
|
||||
desc = "Indicate the primary language spoken in this room";
|
||||
value = get_language(event.room) or "";
|
||||
});
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue