diff options
author | Joas Schilling <coding@schilljs.com> | 2017-03-01 13:20:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-01 13:20:03 +0100 |
commit | 4cd5d8975c3c4f80d4698ea68cd05a0ac9535976 (patch) | |
tree | 42952d977b2282f1f918b291040997888103b990 | |
parent | 453e52d5535535e69993f6ba062097473b2bb58b (diff) | |
parent | 37509d1824107510f914d85b091e43c5ae701f80 (diff) | |
download | nextcloud-server-4cd5d8975c3c4f80d4698ea68cd05a0ac9535976.tar.gz nextcloud-server-4cd5d8975c3c4f80d4698ea68cd05a0ac9535976.zip |
Merge pull request #3664 from nextcloud/fix-typo-in-footer
[stable10] Fix typo in advertisment footer
-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 41023018b1b..dbe91e218c5 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> |