diff options
author | Allan Nordhøy <epost@anotheragency.no> | 2017-07-15 11:39:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-15 11:39:50 +0200 |
commit | 1d24c82e3864d9c272442a6177ed7025c14da310 (patch) | |
tree | aa6ddc6cd046e0f0d7610572190ec642d740779a /apps | |
parent | a23cdd04bb3ba3ff9e6313ae92b01d4fc0c1167c (diff) | |
download | nextcloud-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.
Diffstat (limited to 'apps')
-rw-r--r-- | apps/oauth2/templates/admin.php | 2 |
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> |