We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1257672 + 1d24c82 commit 1956ea0Copy full SHA for 1956ea0
apps/oauth2/templates/admin.php
@@ -32,7 +32,7 @@
32
33
<div id="oauth2" class="section">
34
<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>
+ <p class="settings-hint"><?php p($l->t('OAuth 2.0 allows external services to request access to %s.', [$themingDefaults->getName()])); ?></p>
36
37
<table class="grid">
38
<thead>
0 commit comments