Merge branch 'fix-spellcheck' into 'main'

fix: doc: remove a space before ':'

See merge request yaal/canaille!201
This commit is contained in:
sblondon 2024-12-14 07:42:55 +00:00
commit 86c860767e
2 changed files with 2 additions and 2 deletions

View file

@ -5492,7 +5492,7 @@ msgstr ""
#: ../tutorial/databases.rst:52
#: dbd09fe39b724102813c8d259ad336f6
msgid "If you want to use TOTP/HOTP authentication, you will need to add the ``oathHOTPToken`` class to the user :"
msgid "If you want to use TOTP/HOTP authentication, you will need to add the ``oathHOTPToken`` class to the user:"
msgstr ""
#: ../tutorial/databases.rst:58

View file

@ -49,7 +49,7 @@ It is used when the ``CANAILLE_LDAP`` configuration parameter is defined. For in
GROUP_BASE = "ou=groups,dc=mydomain,dc=tld"
If you want to use TOTP/HOTP authentication, you will need to add the ``oathHOTPToken`` class to the user :
If you want to use TOTP/HOTP authentication, you will need to add the ``oathHOTPToken`` class to the user:
.. code-block:: toml