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/request.lib.lua | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'plugins/muc/request.lib.lua') diff --git a/plugins/muc/request.lib.lua b/plugins/muc/request.lib.lua index d7fa9426..1bf02e55 100644 --- a/plugins/muc/request.lib.lua +++ b/plugins/muc/request.lib.lua @@ -25,16 +25,18 @@ local voice_request_form = require "util.dataforms".new({ name = "muc#jid"; type = "jid-single"; label = "User ID"; + desc = "The user's JID (address)"; }, { name = "muc#roomnick"; type = "text-single"; - label = "Room Nickname"; + label = "Room nickname"; + desc = "The user's nickname within the room"; }, { name = "muc#role"; type = "list-single"; - label = "Requested Role"; + label = "Requested role"; value = "participant"; options = { "none", @@ -47,6 +49,7 @@ local voice_request_form = require "util.dataforms".new({ name = "muc#request_allow"; type = "boolean"; label = "Grant voice to this person?"; + desc = "Specify whether this person is able to speak in a moderated room"; value = false; } }); -- cgit v1.2.3