plugins/muc/presence_broadcast.lib.lua
changeset 10520 d3e6941546a8
parent 10357 7b602e13c3b6
child 10689 98f21a155737
--- 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;
 	});