mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
use theme name instead of hard-coded 'ownCloud'
This commit is contained in:
parent
2c1db51e7c
commit
178fa11ec1
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue