mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Fix previous commit: add forgotten endline blankspaces
This commit is contained in:
parent
f8167fc5d0
commit
2f5b15129a
@ -1372,13 +1372,13 @@ mod_doc() ->
|
|||||||
#{value => ?T("AccessName"),
|
#{value => ?T("AccessName"),
|
||||||
desc =>
|
desc =>
|
||||||
?T("To configure who is allowed to modify the 'persistent' room option. "
|
?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.")}},
|
"modify that option.")}},
|
||||||
{access_mam,
|
{access_mam,
|
||||||
#{value => ?T("AccessName"),
|
#{value => ?T("AccessName"),
|
||||||
desc =>
|
desc =>
|
||||||
?T("To configure who is allowed to modify the 'mam' room option. "
|
?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.")}},
|
"modify that option.")}},
|
||||||
{access_register,
|
{access_register,
|
||||||
#{value => ?T("AccessName"),
|
#{value => ?T("AccessName"),
|
||||||
|
Loading…
Reference in New Issue
Block a user