This avoids it being «"access to your "the cloud"» or similar. Italicizing %s might be a middleground here.
This commit is contained in:
Allan Nordhøy 2017-07-15 11:39:50 +02:00 committed by Morris Jobke
parent 8bc18a1b4d
commit f29d8bda3e
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>