summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-08-14 11:48:56 +0200
committerMorris Jobke <hey@morrisjobke.de>2017-08-14 11:48:56 +0200
commit44c67451599c1d0470f61f2705c3946f4ec31d99 (patch)
treeb63b8da3b9c03e7c04acfae00274ba50ea89f11c
parentbd437581187b432fb01603e708e0fbe4a84ccfb2 (diff)
downloadnextcloud-server-44c67451599c1d0470f61f2705c3946f4ec31d99.tar.gz
nextcloud-server-44c67451599c1d0470f61f2705c3946f4ec31d99.zip
Remove quotes around device name
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
-rw-r--r--core/templates/loginflow/authpicker.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/loginflow/authpicker.php b/core/templates/loginflow/authpicker.php
index 0d0a38ac480..810c32b4f09 100644
--- a/core/templates/loginflow/authpicker.php
+++ b/core/templates/loginflow/authpicker.php
@@ -30,7 +30,7 @@ $urlGenerator = $_['urlGenerator'];
<div class="picker-window">
<h2><?php p($l->t('Account access')) ?></h2>
<p class="info">
- <?php print_unescaped($l->t('You are about to grant "%s" access to your %s account.', [
+ <?php print_unescaped($l->t('You are about to grant %s access to your %s account.', [
'<strong>' . \OCP\Util::sanitizeHTML($_['client']) . '</strong>',
\OCP\Util::sanitizeHTML($_['instanceName'])
])) ?>