diff options
Diffstat (limited to 'plugins/muc/affiliation_notify.lib.lua')
-rw-r--r-- | plugins/muc/affiliation_notify.lib.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/muc/affiliation_notify.lib.lua b/plugins/muc/affiliation_notify.lib.lua index 7403a9ac..4343f3db 100644 --- a/plugins/muc/affiliation_notify.lib.lua +++ b/plugins/muc/affiliation_notify.lib.lua @@ -31,7 +31,7 @@ module:hook("muc-config-form", function(event) table.insert(event.form, { name = "muc#roomconfig_affiliationnotify"; type = "boolean"; - label = "Notify users when their affiliation changes when they are not in the room?"; + label = "Notify absent users when their affiliation changes?"; value = get_affiliation_notify(event.room); }); end, 100-11); |