use theme name instead of hard-coded 'ownCloud'

This commit is contained in:
Christoph Wurst 2016-06-16 11:59:09 +02:00
parent 2c1db51e7c
commit 178fa11ec1
No known key found for this signature in database
GPG Key ID: FEECD2543CA6EAF0
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ if($_['passwordChangeSupported']) {
<tbody class="token-list icon-loading">
</tbody>
</table>
<p><?php p($l->t('An app password is a passcode that gives an app or device permissions to access your ownCloud account.'));?></p>
<p><?php p($l->t('An app password is a passcode that gives an app or device permissions to access your %s account.', [$theme->getName()]));?></p>
<div id="app-password-form">
<input id="app-password-name" type="text" placeholder="<?php p($l->t('App name')); ?>">
<button id="add-app-password" class="button"><?php p($l->t('Create new app password')); ?></button>