diff options
-rw-r--r-- | settings/templates/personal.php | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php index ea1c7ba6459..41c04ac48cd 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -182,12 +182,7 @@ if($_['passwordChangeSupported']) { </a> <p> - <?php print_unescaped($l->t('If you want to support the project - <a href="https://nextcloud.com/contribute" - target="_blank" rel="noreferrer">join development</a> - or - <a href="https://nextcloud.com/contribute" - target="_blank" rel="noreferrer">spread the word</a>!'));?> + <?php print_unescaped($l->t('If you want to support the project <a href="https://nextcloud.com/contribute" target="_blank" rel="noreferrer">join development</a> or <a href="https://nextcloud.com/contribute" target="_blank" rel="noreferrer">spread the word</a>!'));?> </p> <?php if(OC_APP::isEnabled('firstrunwizard')) {?> |