summaryrefslogtreecommitdiffstats
path: root/apps/oauth2
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2017-07-17 14:42:13 +0200
committerGitHub <noreply@github.com>2017-07-17 14:42:13 +0200
commit1956ea0e139848b7db3312127bf6e27d51c8edd1 (patch)
tree0d97ae42ca6f9b779e003aaddf0e345adaa936dd /apps/oauth2
parent125767265dc2720d94571199720d19945a03974d (diff)
parent1d24c82e3864d9c272442a6177ed7025c14da310 (diff)
downloadnextcloud-server-1956ea0e139848b7db3312127bf6e27d51c8edd1.tar.gz
nextcloud-server-1956ea0e139848b7db3312127bf6e27d51c8edd1.zip
Merge pull request #5743 from nextcloud/comradekingu-patch-7
Spelling: - your
Diffstat (limited to 'apps/oauth2')
-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>