Skip to content
Snippets Groups Projects
Commit 1ea19d8b authored by Yenthe V.G's avatar Yenthe V.G Committed by Martin Trigaux
Browse files

[FIX] base_setup,auth_oauth: correct labels

Authentification is not English but French

Closes #20095
parent 38fbf041
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
<field name="auth_oauth_google_enabled"/>
</div>
<div class="o_setting_right_pane">
<label string="Google Authentification" for="auth_oauth_google_enabled"/>
<label string="Google Authentication" for="auth_oauth_google_enabled"/>
<div class="text-muted">
Allow users to sign in with their Google account
</div>
......
......@@ -19,7 +19,7 @@ class ResConfigSettings(models.TransientModel):
module_google_drive = fields.Boolean("Attach Google documents to any record")
module_google_spreadsheet = fields.Boolean("Google Spreadsheet")
module_auth_oauth = fields.Boolean("Use external authentication providers (OAuth)")
module_auth_ldap = fields.Boolean("LDAP Authentification")
module_auth_ldap = fields.Boolean("LDAP Authentication")
module_base_gengo = fields.Boolean("Translate Your Website with Gengo")
module_inter_company_rules = fields.Boolean("Manage Inter Company")
module_pad = fields.Boolean("Collaborative Pads")
......
......@@ -180,7 +180,7 @@
<field name="module_auth_oauth" />
</div>
<div class="o_setting_right_pane">
<label string="OAuth Authentification" for="module_auth_oauth"/>
<label string="OAuth Authentication" for="module_auth_oauth"/>
<div class="text-muted">
Use external accounts to log in (Google, Facebook, etc.)
</div>
......@@ -194,7 +194,7 @@
<field name="module_auth_ldap"/>
</div>
<div class="o_setting_right_pane" name="auth_ldap_right_pane">
<label string="LDAP Authentification" for="ldaps"/>
<label string="LDAP Authentication" for="ldaps"/>
<div class="text-muted">
Use LDAP credentials to log in
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment