Skip to content

Commit 1956ea0

Browse files
authored
Merge pull request #5743 from nextcloud/comradekingu-patch-7
Spelling: - your
2 parents 1257672 + 1d24c82 commit 1956ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/oauth2/templates/admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
<div id="oauth2" class="section">
3434
<h2><?php p($l->t('OAuth 2.0 clients')); ?></h2>
35-
<p class="settings-hint"><?php p($l->t('OAuth 2.0 allows external services to request access to your %s.', [$themingDefaults->getName()])); ?></p>
35+
<p class="settings-hint"><?php p($l->t('OAuth 2.0 allows external services to request access to %s.', [$themingDefaults->getName()])); ?></p>
3636

3737
<table class="grid">
3838
<thead>

0 commit comments

Comments
 (0)