From 1d24c82e3864d9c272442a6177ed7025c14da310 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allan=20Nordh=C3=B8y?= Date: Sat, 15 Jul 2017 11:39:50 +0200 Subject: [PATCH] - your MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This avoids it being «"access to your "the cloud"» or similar. Italicizing %s might be a middleground here. --- apps/oauth2/templates/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/oauth2/templates/admin.php b/apps/oauth2/templates/admin.php index d2e34e08db..d764e17cee 100644 --- a/apps/oauth2/templates/admin.php +++ b/apps/oauth2/templates/admin.php @@ -32,7 +32,7 @@ $clients = $_['clients'];

t('OAuth 2.0 clients')); ?>

-

t('OAuth 2.0 allows external services to request access to your %s.', [$themingDefaults->getName()])); ?>

+

t('OAuth 2.0 allows external services to request access to %s.', [$themingDefaults->getName()])); ?>