Skip to content

Commit

Permalink
Fix previous commit: add forgotten endline blankspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Sep 14, 2021
1 parent f8167fc commit 2f5b151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mod_muc.erl
Expand Up @@ -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"),
Expand Down

0 comments on commit 2f5b151

Please sign in to comment.