diff options
author | Matthew Wild <mwild1@gmail.com> | 2018-07-13 13:22:40 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2018-07-13 13:22:40 +0100 |
commit | 1a0e7d5a10f2140d05dd54531c4ba1f35768ab93 (patch) | |
tree | 65da4886c507b3bbc693521498c8520792e3ff80 /plugins/muc/name.lib.lua | |
parent | c80aae6deea828a5178a9af5dc5981705ab46175 (diff) | |
download | prosody-1a0e7d5a10f2140d05dd54531c4ba1f35768ab93.tar.gz prosody-1a0e7d5a10f2140d05dd54531c4ba1f35768ab93.zip |
MUC: Improve labels of all config form items
Diffstat (limited to 'plugins/muc/name.lib.lua')
-rw-r--r-- | plugins/muc/name.lib.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/muc/name.lib.lua b/plugins/muc/name.lib.lua index 38d7b27e..37fe1259 100644 --- a/plugins/muc/name.lib.lua +++ b/plugins/muc/name.lib.lua @@ -24,7 +24,7 @@ local function insert_name_into_form(event) table.insert(event.form, { name = "muc#roomconfig_roomname"; type = "text-single"; - label = "Name"; + label = "Title"; value = event.room._data.name; }); end |