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
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>