summaryrefslogtreecommitdiffstats
path: root/settings/templates/settings.development.notice.php
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-06-20 10:38:37 +0200
committerMorris Jobke <hey@morrisjobke.de>2016-06-20 13:14:24 +0200
commit19b531fd1412407d401f8433b05f005465ffb96c (patch)
treee61a31e86566cc5b75690fef544ae82388162ba3 /settings/templates/settings.development.notice.php
parent9107fd6cd6f55762d281aa34a4662b1d8e227285 (diff)
downloadnextcloud-server-19b531fd1412407d401f8433b05f005465ffb96c.tar.gz
nextcloud-server-19b531fd1412407d401f8433b05f005465ffb96c.zip
fix more strings
Diffstat (limited to 'settings/templates/settings.development.notice.php')
-rw-r--r--settings/templates/settings.development.notice.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/templates/settings.development.notice.php b/settings/templates/settings.development.notice.php
index c88c90f6b6b..2834277cfd6 100644
--- a/settings/templates/settings.development.notice.php
+++ b/settings/templates/settings.development.notice.php
@@ -8,12 +8,12 @@
'{linkclose}',
],
[
- '<a href="https://owncloud.org/contact" target="_blank" rel="noreferrer">',
+ '<a href="https://nextcloud.com/contribute" target="_blank" rel="noreferrer">',
'<a href="https://github.com/owncloud" target="_blank" rel="noreferrer">',
'<a href="https://www.gnu.org/licenses/agpl-3.0.html" target="_blank" rel="noreferrer">',
'</a>',
],
- $l->t('Developed by the {communityopen}ownCloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}<abbr title="Affero General Public License">AGPL</abbr>{linkclose}.')
+ $l->t('Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}<abbr title="Affero General Public License">AGPL</abbr>{linkclose}.')
)); ?>
</p>
<?php endif; ?>