]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Apps.php
Merge branch 'develop' of https://github.com/friendica/friendica into develop
[friendica.git] / src / Module / Apps.php
index 04c7d7b6acd03b43770395ee06357b4399e4e149..46dfe41c95a3ab774d076eccca8c98c12e8b05b6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -44,7 +44,7 @@ class Apps extends BaseModule
                $apps = Nav::getAppMenu();
 
                if (count($apps) == 0) {
-                       notice(DI::l10n()->t('No installed applications.') . EOL);
+                       notice(DI::l10n()->t('No installed applications.'));
                }
 
                $tpl = Renderer::getMarkupTemplate('apps.tpl');