Merge pull request #653 from nextcloud/Valdnet-patch-1

l10n: Spelling unification
This commit is contained in:
rakekniven 2022-09-04 17:38:04 +02:00 committed by GitHub
commit 38e8d0aacc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ style('user_saml', 'admin');
if (isset($_['general']['allow_multiple_user_back_ends']['text'])) {
print_unescaped(
$l->t(
'Make sure to configure an administrative user that can access the instance via SSO. Logging-in with your regular %s account won\'t be possible anymore, unless you enabled "%s" or you go directly to the URL %s.',
'Make sure to configure an administrative user that can access the instance via SSO. Logging-in with your regular %s account will not be possible anymore, unless you enabled "%s" or you go directly to the URL %s.',
[
\OCP\Util::sanitizeHTML($theme->getEntity()),
\OCP\Util::sanitizeHTML($_['general']['allow_multiple_user_back_ends']['text']),
@ -32,7 +32,7 @@ style('user_saml', 'admin');
} else {
print_unescaped(
$l->t(
'Make sure to configure an administrative user that can access the instance via SSO. Logging-in with your regular %s account won\'t be possible anymore, unless you go directly to the URL %s.',
'Make sure to configure an administrative user that can access the instance via SSO. Logging-in with your regular %s account will not be possible anymore, unless you go directly to the URL %s.',
[
\OCP\Util::sanitizeHTML($theme->getEntity()),
$url,