Skip to content

Commit

Permalink
Changed phrasing of "SAML Force Login" to "SAML Default Login" (Engli…
Browse files Browse the repository at this point in the history
…sh only at this point)
  • Loading branch information
adagioajanes committed Dec 18, 2021
1 parent 74de91c commit 227ca61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resources/lang/en-GB/admin/settings/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
'saml_idp_metadata_help' => 'You can specify the IdP metadata using a URL or XML file.',
'saml_attr_mapping_username' => 'Attribute Mapping - Username',
'saml_attr_mapping_username_help' => 'NameID will be used if attribute mapping is unspecified or invalid.',
'saml_forcelogin_label' => 'SAML Force Login',
'saml_forcelogin_label' => 'SAML Default Login',
'saml_forcelogin' => 'Make SAML the primary login',
'saml_forcelogin_help' => 'You can use \'/login?nosaml\' to get to the normal login page.',
'saml_slo_label' => 'SAML Single Log Out',
Expand Down
2 changes: 1 addition & 1 deletion resources/lang/en-ID/admin/settings/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
'saml_idp_metadata_help' => 'You can specify the IdP metadata using a URL or XML file.',
'saml_attr_mapping_username' => 'Attribute Mapping - Username',
'saml_attr_mapping_username_help' => 'NameID will be used if attribute mapping is unspecified or invalid.',
'saml_forcelogin_label' => 'SAML Force Login',
'saml_forcelogin_label' => 'SAML Default Login',
'saml_forcelogin' => 'Make SAML the primary login',
'saml_forcelogin_help' => 'You can use \'/login?nosaml\' to get to the normal login page.',
'saml_slo_label' => 'SAML Single Log Out',
Expand Down
2 changes: 1 addition & 1 deletion resources/lang/en/admin/settings/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
'saml_idp_metadata_help' => 'You can specify the IdP metadata using a URL or XML file.',
'saml_attr_mapping_username' => 'Attribute Mapping - Username',
'saml_attr_mapping_username_help' => 'NameID will be used if attribute mapping is unspecified or invalid.',
'saml_forcelogin_label' => 'SAML Force Login',
'saml_forcelogin_label' => 'SAML Default Login',
'saml_forcelogin' => 'Make SAML the primary login',
'saml_forcelogin_help' => 'You can use \'/login?nosaml\' to get to the normal login page.',
'saml_slo_label' => 'SAML Single Log Out',
Expand Down

0 comments on commit 227ca61

Please sign in to comment.