summaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-04-27 12:09:01 -0300
committerGitHub <noreply@github.com>2017-04-27 12:09:01 -0300
commit31c762aebf5f086e3e4ed4e76c270ab4a1bf3812 (patch)
treef7704b7b460326188e697e37124c36d10290ddd4 /settings/templates
parent3e37a5f1c742eae03158a14f6dbb1fc3bb1e0a5a (diff)
parentcb1689244342088c506921943151f98bbd05fd9a (diff)
downloadnextcloud-server-31c762aebf5f086e3e4ed4e76c270ab4a1bf3812.tar.gz
nextcloud-server-31c762aebf5f086e3e4ed4e76c270ab4a1bf3812.zip
Merge pull request #4540 from nextcloud/settings-help
Add more hints to settings
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/personal.php4
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>