Software /
code /
prosody
Diff
plugins/muc/presence_broadcast.lib.lua @ 10516:d3e6941546a8
MUC: Improve presence broadcast form field label
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sun, 22 Dec 2019 08:42:12 +0000 |
parent | 10353:7b602e13c3b6 |
child | 10685:98f21a155737 |
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; });