Software /
code /
prosody
Diff
plugins/muc/description.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 | 8831:f25fa63750fb |
line wrap: on
line diff
--- a/plugins/muc/description.lib.lua Fri Jul 13 04:52:43 2018 +0200 +++ b/plugins/muc/description.lib.lua Fri Jul 13 13:22:40 2018 +0100 @@ -32,6 +32,7 @@ name = "muc#roomconfig_roomdesc"; type = "text-single"; label = "Description"; + desc = "A brief description of the room"; value = get_description(event.room) or ""; }); end