X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=startpage%2Fstartpage.php;h=9192b5a8e067652a747bd022437e8cdf568a46cc;hb=c95713b19c35eff74052bf248bfc1025d5d9161b;hp=2d1ffd3c8c58b6879d872cad8b5645e9adefb86d;hpb=a26bfe79e97813ebe4c27fa3cb65c32669a9f2e5;p=friendica-addons.git diff --git a/startpage/startpage.php b/startpage/startpage.php index 2d1ffd3c..9192b5a8 100644 --- a/startpage/startpage.php +++ b/startpage/startpage.php @@ -7,7 +7,6 @@ * */ use Friendica\Core\Hook; -use Friendica\Core\L10n; use Friendica\DI; function startpage_install() { @@ -79,19 +78,19 @@ function startpage_settings(&$a, &$s) /* Add some HTML to the existing form */ $s .= ''; - $s .= '

' . L10n::t('Startpage') . '

'; + $s .= '

' . DI::l10n()->t('Startpage') . '

'; $s .= '
'; $s .= ''; + $s .= '
'; }