diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2016-08-26 15:10:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-26 15:10:03 +0200 |
commit | c20aef87956ce0cc442d809f417f40d61bcd1485 (patch) | |
tree | cb87075d9f4cc36838ea56f655ecc6049f5fae12 /settings | |
parent | 53725d4d15680f7254427dac92e231c3fe669d0b (diff) | |
parent | 6b885bbc56dfd06a7732864e8f8feb2bcb7203e3 (diff) | |
download | nextcloud-server-c20aef87956ce0cc442d809f417f40d61bcd1485.tar.gz nextcloud-server-c20aef87956ce0cc442d809f417f40d61bcd1485.zip |
Merge pull request #1085 from nextcloud/fix-ffs-sharing-syntax
Fix the syntax of the federation ID share buttons
Diffstat (limited to 'settings')
-rw-r--r-- | settings/templates/personal.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 35ba65384bf..a3ea87a89c6 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -186,7 +186,7 @@ if($_['passwordChangeSupported']) { <?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></or> + or <a href="https://nextcloud.com/contribute" target="_blank" rel="noreferrer">spread the word</a>!'));?> </p> |