Bad english corrections.

This commit is contained in:
John Livingston
2024-07-10 11:55:54 +02:00
parent d5c0c474b3
commit 2f98dfa538
47 changed files with 53 additions and 53 deletions

View File

@ -329,7 +329,7 @@ module:hook("muc-room-destroyed", function(event)
end);
-- When a user lose its admin/owner affilation, and is still subscribed to the node,
-- we must unsubscribe him.
-- we must unsubscribe them.
module:hook("muc-set-affiliation", function(event)
local previous_affiliation = event.previous_affiliation;
local new_affiliation = event.affiliation;
@ -374,7 +374,7 @@ module:hook("muc-occupant-left", function (event)
module:log(
"debug",
"Occupant %q has left room %q, we must unsubscribe him/her for pubsub nodes.",
"Occupant %q has left room %q, we must unsubscribe them for pubsub nodes.",
occupant.bare_jid, room_jid
);
for node in pairs(service.nodes) do