mirror of
https://github.com/danpros/htmly.git
synced 2026-04-21 13:06:22 +05:30
Fixes i18n not fully shown for admin/popular view
This commit is contained in:
parent
7146bcc0f7
commit
e4ef2a1f4b
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue