Changeset

10516:d3e6941546a8

MUC: Improve presence broadcast form field label
author Matthew Wild <mwild1@gmail.com>
date Sun, 22 Dec 2019 08:42:12 +0000
parents 10515:35bf3b80480f
children 10517:6e1163fa2cd2
files plugins/muc/presence_broadcast.lib.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/muc/presence_broadcast.lib.lua	Thu Dec 19 16:22:12 2019 +0100
+++ b/plugins/muc/presence_broadcast.lib.lua	Sun Dec 22 08:42:12 2019 +0000
@@ -65,7 +65,7 @@
 	table.insert(event.form, {
 		name = "muc#roomconfig_presencebroadcast";
 		type = "list-multi";
-		label = "Roles for which Presence is Broadcasted";
+		label = "Only show participants with roles:";
 		value = values;
 		options = valid_roles;
 	});