summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllan Nordhøy <epost@anotheragency.no>2017-07-15 11:39:50 +0200
committerGitHub <noreply@github.com>2017-07-15 11:39:50 +0200
commit1d24c82e3864d9c272442a6177ed7025c14da310 (patch)
treeaa6ddc6cd046e0f0d7610572190ec642d740779a
parenta23cdd04bb3ba3ff9e6313ae92b01d4fc0c1167c (diff)
downloadnextcloud-server-1d24c82e3864d9c272442a6177ed7025c14da310.tar.gz
nextcloud-server-1d24c82e3864d9c272442a6177ed7025c14da310.zip
- your
This avoids it being «"access to your "the cloud"» or similar. Italicizing %s might be a middleground here.
-rw-r--r--apps/oauth2/templates/admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/oauth2/templates/admin.php b/apps/oauth2/templates/admin.php
index d2e34e08db8..d764e17ceec 100644
--- a/apps/oauth2/templates/admin.php
+++ b/apps/oauth2/templates/admin.php
@@ -32,7 +32,7 @@ $clients = $_['clients'];
<div id="oauth2" class="section">
<h2><?php p($l->t('OAuth 2.0 clients')); ?></h2>
- <p class="settings-hint"><?php p($l->t('OAuth 2.0 allows external services to request access to your %s.', [$themingDefaults->getName()])); ?></p>
+ <p class="settings-hint"><?php p($l->t('OAuth 2.0 allows external services to request access to %s.', [$themingDefaults->getName()])); ?></p>
<table class="grid">
<thead>