Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove AGPL title
  • Loading branch information
rullzer committed Aug 9, 2016
commit f3ae93ddd7b151f1a56a049b3651b0abaf156f08
6 changes: 4 additions & 2 deletions settings/templates/settings.development.notice.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php if (OC_Util::getEditionString() === ''): ?>
<?php
/** @var \OCP\IL10N $l */
if (OC_Util::getEditionString() === ''): ?>
<p>
<?php print_unescaped(str_replace(
[
Expand All @@ -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; ?>