Skip to content

Commit

Permalink
Merge pull request #31539 from owncloud/stable10-31159-ca5bd3a
Browse files Browse the repository at this point in the history
[stable10] Improve text in settings/personal App Password
  • Loading branch information
Vincent Petry authored May 28, 2018
2 parents 500d1b4 + be528ae commit d9b2aaf
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions settings/templates/panels/personal/tokens.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</table>
</div>
<div id="apppasswords" class="section">
<h2 class="app-name"><?php p($l->t('App passwords'));?></h2>
<h2 class="app-name"><?php p($l->t('App passwords / tokens'));?></h2>
<span class="hidden-when-empty"><?php p($l->t("You've linked these apps."));?></span>
<table>
<thead class="hidden-when-empty">
Expand All @@ -33,10 +33,11 @@
<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 %s account.', [$theme->getName()]));?></p>
<p><?php p($l->t('App passwords or tokens are passcodes that give an app or device permissions to access your %s account.', [$theme->getName()]));?></p>
<p><?php p($l->t('Use them as a security measure to hide your actual password which you may only want to use for web interface login.'));?></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>
<button id="add-app-password" class="button"><?php p($l->t('Create new app passcode')); ?></button>
</div>
<div id="app-password-result" class="hidden">
<span><?php p($l->t('Use the credentials below to configure your app or device.')); ?></span>
Expand All @@ -45,7 +46,7 @@
<input id="new-app-login-name" type="text" readonly="readonly"/>
</div>
<div class="app-password-row">
<span class="app-password-label"><?php p($l->t('Password')); ?></span>
<span class="app-password-label"><?php p($l->t('Password / Token')); ?></span>
<input id="new-app-password" type="text" readonly="readonly"/>
<button id="app-password-hide" class="button"><?php p($l->t('Done')); ?></button>
</div>
Expand Down

0 comments on commit d9b2aaf

Please sign in to comment.