X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FContent%2FWidget%2FTrendingTags.php;h=b6b38006bf5bc3b80f205dcae9cf72e220ab884c;hb=7e618856ab09ac74a3760e238c73ecb9515f6701;hp=9c24d1549cf8871abd7034f0e676705c420a222f;hpb=dc42dbb68a50fb2c60f439393eb6d1fe80b327cf;p=friendica.git diff --git a/src/Content/Widget/TrendingTags.php b/src/Content/Widget/TrendingTags.php index 9c24d1549c..b6b38006bf 100644 --- a/src/Content/Widget/TrendingTags.php +++ b/src/Content/Widget/TrendingTags.php @@ -1,6 +1,6 @@ DI::l10n()->tt('Trending Tags (last %d hour)', 'Trending Tags (last %d hours)', $period), - '$more' => DI::l10n()->t('More Trending Tags'), - '$tags' => $tags, + '$more' => DI::l10n()->t('More Trending Tags'), + '$tags' => $tags, ]); return $o;