Software /
code /
prosody
Diff
plugins/muc/name.lib.lua @ 9034:1c709e3d2e5e
MUC: Improve labels of all config form items
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 13 Jul 2018 13:22:40 +0100 |
parent | 8988:d92b8bc6614c |
child | 11057:13eee48071c8 |
line wrap: on
line diff
--- a/plugins/muc/name.lib.lua Fri Jul 13 04:52:43 2018 +0200 +++ b/plugins/muc/name.lib.lua Fri Jul 13 13:22:40 2018 +0100 @@ -24,7 +24,7 @@ table.insert(event.form, { name = "muc#roomconfig_roomname"; type = "text-single"; - label = "Name"; + label = "Title"; value = event.room._data.name; }); end