diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-04-26 22:43:58 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-04-26 22:43:58 +0200 |
commit | cb1689244342088c506921943151f98bbd05fd9a (patch) | |
tree | 4018d7df57510fb717ba64f6f6c47cdbc7fccb9b /settings/templates | |
parent | 646db7f88d911459bdfa038d8a66ded27ae888a4 (diff) | |
download | nextcloud-server-cb1689244342088c506921943151f98bbd05fd9a.tar.gz nextcloud-server-cb1689244342088c506921943151f98bbd05fd9a.zip |
Add more hints to settings
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/personal.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 20475290df2..7854ea31721 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -273,7 +273,7 @@ if($_['passwordChangeSupported']) { <div id="sessions" class="section"> <h2><?php p($l->t('Sessions'));?></h2> - <span class="hidden-when-empty"><?php p($l->t('Web, desktop and mobile clients currently logged in to your account.'));?></span> + <p class="settings-hint hidden-when-empty"><?php p($l->t('Web, desktop and mobile clients currently logged in to your account.'));?></span> <table class="icon-loading"> <thead class="token-list-header"> <tr> @@ -289,7 +289,7 @@ if($_['passwordChangeSupported']) { <div id="apppasswords" class="section"> <h2><?php p($l->t('App passwords'));?></h2> - <p><?php p($l->t('Passcodes that give an app or device permissions to access your account.'));?></p> + <p class="settings-hint"><?php p($l->t('Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too.'));?></p> <table class="icon-loading"> <thead class="hidden-when-empty"> <tr> |