]> git.mxchange.org Git - friendica.git/blobdiff - src/Content/Widget/TagCloud.php
Move L10n::t() calls to DI::l10n()->t() calls
[friendica.git] / src / Content / Widget / TagCloud.php
index b29e62780e8559b8b2976eff26345e5e64418640..612ae792f5ea8f4a96ad050e5eb2e967f7f4c577 100644 (file)
@@ -50,7 +50,7 @@ class TagCloud
 
                        $tpl = Renderer::getMarkupTemplate('widget/tagcloud.tpl');
                        $o = Renderer::replaceMacros($tpl, [
-                               '$title' => L10n::t('Tags'),
+                               '$title' => DI::l10n()->t('Tags'),
                                '$tags' => $tags
                        ]);
                }