diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2016-08-09 13:37:25 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-08-09 19:24:53 +0200 |
commit | f3ae93ddd7b151f1a56a049b3651b0abaf156f08 (patch) | |
tree | f1a3ffef16ae16d798b04c32d286c5700c1aa259 /settings | |
parent | 289704f13d27f5df572d71e0fc40d4f66f398388 (diff) | |
download | nextcloud-server-f3ae93ddd7b151f1a56a049b3651b0abaf156f08.tar.gz nextcloud-server-f3ae93ddd7b151f1a56a049b3651b0abaf156f08.zip |
Remove AGPL title
Diffstat (limited to 'settings')
-rw-r--r-- | settings/templates/settings.development.notice.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/settings/templates/settings.development.notice.php b/settings/templates/settings.development.notice.php index 4e6bbd8db9f..a96661e5de1 100644 --- a/settings/templates/settings.development.notice.php +++ b/settings/templates/settings.development.notice.php @@ -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; ?> |