summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@owncloud.com>2016-06-16 11:59:09 +0200
committerChristoph Wurst <christoph@owncloud.com>2016-06-21 16:39:51 +0200
commit178fa11ec15be6aa9c2bf606487d3f871158cba3 (patch)
tree93a04a04c36290b16dce66096052707497fc432c
parent2c1db51e7cd0dc707d63950df1f06c929f7c4012 (diff)
downloadnextcloud-server-178fa11ec15be6aa9c2bf606487d3f871158cba3.tar.gz
nextcloud-server-178fa11ec15be6aa9c2bf606487d3f871158cba3.zip
use theme name instead of hard-coded 'ownCloud'
-rw-r--r--settings/templates/personal.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php
index bad2d4a6663..b9b8429d943 100644
--- a/settings/templates/personal.php
+++ b/settings/templates/personal.php
@@ -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>