Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix design of firstrunwizard settings page section
Signed-off-by: Jan-Christoph Borchardt <[email protected]>
  • Loading branch information
jancborchardt committed Jan 2, 2020
commit 2419a83fa13de23f65a0eeea34a2988c09a032d0
6 changes: 3 additions & 3 deletions templates/settings/personal/clients.php
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand All @@ -40,4 +40,4 @@
alt="<?php p($l->t('iOS app'));?>" />
</a>
</div>
</div>
</div>