Fixes i18n not fully shown for admin/popular view

This commit is contained in:
Robert Riebisch 2023-12-09 20:13:13 +01:00 committed by GitHub
commit e4ef2a1f4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,