diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2016-08-10 12:04:37 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-08-13 14:03:56 +0200 |
commit | 4806ea20fe573c230fdeb01e63bdc0d0a87bdd92 (patch) | |
tree | f66f694f16ce1598cd5f6fc8c96a8bf35e124ee9 /settings | |
parent | 707fc303046a3497b3ca5795ce8b3dabb7b9913f (diff) | |
download | nextcloud-server-4806ea20fe573c230fdeb01e63bdc0d0a87bdd92.tar.gz nextcloud-server-4806ea20fe573c230fdeb01e63bdc0d0a87bdd92.zip |
Remove accidentially added line
Diffstat (limited to 'settings')
-rw-r--r-- | settings/templates/settings.development.notice.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/settings.development.notice.php b/settings/templates/settings.development.notice.php index 86840677831..114eaa3e085 100644 --- a/settings/templates/settings.development.notice.php +++ b/settings/templates/settings.development.notice.php @@ -13,7 +13,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}.') )); ?> <?php print_unescaped(str_replace( |