Merge pull request #5743 from nextcloud/comradekingu-patch-7

Spelling: - your
This commit is contained in:
Roeland Jago Douma 2017-07-17 14:42:13 +02:00 committed by GitHub
commit 1956ea0e13
1 changed files with 1 additions and 1 deletions

View File

@ -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>