summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2020-01-02 20:41:17 +0700
committerJan-Christoph Borchardt <hey@jancborchardt.net>2020-01-02 20:41:17 +0700
commit2419a83fa13de23f65a0eeea34a2988c09a032d0 (patch)
tree3f5b1c82fa76f49a6500ccb4ba23e70707e8fc4b /templates
parentfc4f3574e7ac5d7c382901d08f13541b36eeb3c6 (diff)
Fix design of firstrunwizard settings page section
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'templates')
-rw-r--r--templates/settings/personal/clients.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/settings/personal/clients.php b/templates/settings/personal/clients.php
index a4b8e343f..ce9b9151c 100644
--- a/templates/settings/personal/clients.php
+++ b/templates/settings/personal/clients.php
@@ -25,10 +25,10 @@
/** @var array $_ */
?>
-<div id="clients-talk" class="followupsection clientsbox">
+<div id="clients-talk" class="section clientsbox">
<h2><?php p($l->t('%s Talk on your mobile devices', [$theme->getName()]));?></h2>
- <p><?php p($l->t('Join conversations at any time, any where, on any device.')); ?></p>
+ <p class="settings-hint"><?php p($l->t('Join conversations at any time, anywhere, on any device.')); ?></p>
<div class="clientslinks">
<a href="<?php p($_['clients']['android']); ?>" rel="noreferrer" target="_blank">
@@ -40,4 +40,4 @@
alt="<?php p($l->t('iOS app'));?>" />
</a>
</div>
-</div> \ No newline at end of file
+</div>