Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-07-19 12:37:20 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2016-07-19 12:37:20 +0300
commitf1c0c90ac990916ea5f8091b3f0674b41c06ddde (patch)
treea20994a5363c9fd45421a8aa3a99b229ae1edd05 /settings
parent89a32a2f84d73fedf12da3d90404b1894f64d0a9 (diff)
simplify wording of Sessions and App passwords sections
Diffstat (limited to 'settings')
-rw-r--r--settings/templates/personal.php11
1 files changed, 5 insertions, 6 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php
index 2f656d39fbb..e3164eb5b98 100644
--- a/settings/templates/personal.php
+++ b/settings/templates/personal.php
@@ -167,12 +167,12 @@ if($_['passwordChangeSupported']) {
<div id="sessions" class="section">
<h2><?php p($l->t('Sessions'));?></h2>
- <span class="hidden-when-empty"><?php p($l->t('These are the web, desktop and mobile clients currently logged in to your account.'));?></span>
+ <span class="hidden-when-empty"><?php p($l->t('Web, desktop and mobile clients currently logged in to your account.'));?></span>
<table>
<thead class="token-list-header">
<tr>
- <th><?php p($l->t('Browser'));?></th>
- <th><?php p($l->t('Most recent activity'));?></th>
+ <th><?php p($l->t('Device'));?></th>
+ <th><?php p($l->t('Recent activity'));?></th>
<th></th>
</tr>
</thead>
@@ -183,19 +183,18 @@ if($_['passwordChangeSupported']) {
<div id="apppasswords" class="section">
<h2><?php p($l->t('App passwords'));?></h2>
- <span class="hidden-when-empty"><?php p($l->t("You've linked these apps."));?></span>
+ <p><?php p($l->t('Passcodes that give an app or device permissions to access your account.'));?></p>
<table>
<thead class="hidden-when-empty">
<tr>
<th><?php p($l->t('Name'));?></th>
- <th><?php p($l->t('Most recent activity'));?></th>
+ <th><?php p($l->t('Recent activity'));?></th>
<th></th>
</tr>
</thead>
<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>
<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>