Skip to content

Commit

Permalink
chore: Run php-cs-fixer fix
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Ng <chrng8@gmail.com>
  • Loading branch information
Pytal committed Feb 7, 2024
1 parent 67676ed commit 1fe8e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/personal-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<p><?php print_unescaped($l->t('Set up sync clients using an <a href="%s">app password</a>. That way you can make sure you are able to revoke access in case you lose that device.', [$appPasswordUrl])); ?></p>
</div>
<div class="section">
<h2><?php p($l->t('Connect other apps to %s', array($theme->getName()))); ?></h2>
<h2><?php p($l->t('Connect other apps to %s', [$theme->getName()])); ?></h2>

<p class="settings-hint"><?php print_unescaped($l->t('Besides the mobile apps and desktop client you can connect any other software that supports the WebDAV/CalDAV/CardDAV protocols to %s.', [$theme->getName()])); ?></p>

Expand Down

0 comments on commit 1fe8e59

Please sign in to comment.