Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/templates/loginflow/grant.php')
-rw-r--r--core/templates/loginflow/grant.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/templates/loginflow/grant.php b/core/templates/loginflow/grant.php
index 2321d3714f3..0f1b9235a89 100644
--- a/core/templates/loginflow/grant.php
+++ b/core/templates/loginflow/grant.php
@@ -31,9 +31,9 @@ $urlGenerator = $_['urlGenerator'];
<h2><?php p($l->t('Account access')) ?></h2>
<p class="info">
<?php print_unescaped($l->t('You are about to grant %1$s access to your %2$s account.', [
- '<strong>' . \OCP\Util::sanitizeHTML($_['client']) . '</strong>',
- \OCP\Util::sanitizeHTML($_['instanceName'])
- ])) ?>
+ '<strong>' . \OCP\Util::sanitizeHTML($_['client']) . '</strong>',
+ \OCP\Util::sanitizeHTML($_['instanceName'])
+ ])) ?>
</p>
<br/>