From 1a0e7d5a10f2140d05dd54531c4ba1f35768ab93 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Fri, 13 Jul 2018 13:22:40 +0100 Subject: MUC: Improve labels of all config form items --- plugins/muc/description.lib.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/muc/description.lib.lua') diff --git a/plugins/muc/description.lib.lua b/plugins/muc/description.lib.lua index d7e3f7c6..eeda83d2 100644 --- a/plugins/muc/description.lib.lua +++ b/plugins/muc/description.lib.lua @@ -32,6 +32,7 @@ local function add_form_option(event) name = "muc#roomconfig_roomdesc"; type = "text-single"; label = "Description"; + desc = "A brief description of the room"; value = get_description(event.room) or ""; }); end -- cgit v1.2.3