X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=startpage%2Fstartpage.php;h=9192b5a8e067652a747bd022437e8cdf568a46cc;hb=86b2d830a5da62f90c22b5d3f15921a60de25f37;hp=2d1ffd3c8c58b6879d872cad8b5645e9adefb86d;hpb=1eb23e3667ac780ea59bad219fb1e3a0517421d9;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 .= '
'; }