]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Apps.php
Move sending follow message to remote server to Protocol class
[friendica.git] / src / Module / Apps.php
index ea31140df63508fcd54dbecaa86ab42f931b9d23..f414f7f8cb2525f241d307e8453c4a951191fb13 100644 (file)
@@ -48,12 +48,12 @@ class Apps extends BaseModule
                $apps = Nav::getAppMenu();
 
                if (count($apps) == 0) {
-                       notice($this->l10n->t('No installed applications.'));
+                       notice($this->t('No installed applications.'));
                }
 
                $tpl = Renderer::getMarkupTemplate('apps.tpl');
                return Renderer::replaceMacros($tpl, [
-                       '$title' => $this->l10n->t('Applications'),
+                       '$title' => $this->t('Applications'),
                        '$apps'  => $apps,
                ]);
        }