]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove AGPL title 798/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Tue, 9 Aug 2016 11:37:25 +0000 (13:37 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Tue, 9 Aug 2016 17:24:53 +0000 (19:24 +0200)
settings/templates/settings.development.notice.php

index 4e6bbd8db9fe8fb7dfde4ba68cf0d22bf5aeb7fb..a96661e5de1effc4e2943e2787aada94ea563f56 100644 (file)
@@ -1,4 +1,6 @@
-<?php if (OC_Util::getEditionString() === ''): ?>
+<?php
+/** @var \OCP\IL10N $l */
+if (OC_Util::getEditionString() === ''): ?>
        <p>
                <?php print_unescaped(str_replace(
                        [
@@ -13,7 +15,7 @@
                                '<a href="https://www.gnu.org/licenses/agpl-3.0.html" target="_blank" rel="noreferrer">',
                                '</a>',
                        ],
-                       $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}.')
+                       $l->t('Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}.')
                )); ?>
        </p>
 <?php endif; ?>