aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2021-09-14 15:13:37 +0200
committerBadlop <badlop@process-one.net>2021-09-14 15:13:37 +0200
commit2f5b15129a326e9c9729779cc609bcecf05be0ee (patch)
tree9592f786ad76e91b442fcf9a83cdd609ede3a9c2 /src
parentUpdate documentation to match the implemented options values (#3675) (diff)
Fix previous commit: add forgotten endline blankspaces
Diffstat (limited to 'src')
-rw-r--r--src/mod_muc.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mod_muc.erl b/src/mod_muc.erl
index 05b76f2fc..b2ebc5c61 100644
--- a/src/mod_muc.erl
+++ b/src/mod_muc.erl
@@ -1372,13 +1372,13 @@ mod_doc() ->
#{value => ?T("AccessName"),
desc =>
?T("To configure who is allowed to modify the 'persistent' room option. "
- "The default value is 'all', which means everyone is allowed to"
+ "The default value is 'all', which means everyone is allowed to "
"modify that option.")}},
{access_mam,
#{value => ?T("AccessName"),
desc =>
?T("To configure who is allowed to modify the 'mam' room option. "
- "The default value is 'all', which means everyone is allowed to"
+ "The default value is 'all', which means everyone is allowed to "
"modify that option.")}},
{access_register,
#{value => ?T("AccessName"),