From 44c67451599c1d0470f61f2705c3946f4ec31d99 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 14 Aug 2017 11:48:56 +0200 Subject: [PATCH] Remove quotes around device name Signed-off-by: Morris Jobke --- core/templates/loginflow/authpicker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/templates/loginflow/authpicker.php b/core/templates/loginflow/authpicker.php index 0d0a38ac48..810c32b4f0 100644 --- a/core/templates/loginflow/authpicker.php +++ b/core/templates/loginflow/authpicker.php @@ -30,7 +30,7 @@ $urlGenerator = $_['urlGenerator'];

t('Account access')) ?>

- t('You are about to grant "%s" access to your %s account.', [ + t('You are about to grant %s access to your %s account.', [ '' . \OCP\Util::sanitizeHTML($_['client']) . '', \OCP\Util::sanitizeHTML($_['instanceName']) ])) ?>