From e4ef2a1f4b4a34b72bc5b845128d0917f10b7852 Mon Sep 17 00:00:00 2001 From: Robert Riebisch <15858666+bttrx@users.noreply.github.com> Date: Sat, 9 Dec 2023 20:13:13 +0100 Subject: [PATCH] Fixes i18n not fully shown for admin/popular view --- system/htmly.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/htmly.php b/system/htmly.php index 1a96ee2..a806c5a 100644 --- a/system/htmly.php +++ b/system/htmly.php @@ -832,7 +832,7 @@ get('/admin/popular', function () { 'title' => i18n('Popular_posts') . ' - ' . blog_title(), 'description' => strip_tags(blog_description()), 'canonical' => site_url(), - 'heading' => 'Popular posts', + 'heading' => i18n('Popular_posts'), 'page' => $page, 'posts' => $posts, 'is_admin' => true,