Browse Source

Fixes i18n not fully shown for admin/popular view

pull/657/head
Robert Riebisch 2 years ago
committed by GitHub
parent
commit
e4ef2a1f4b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      system/htmly.php

+ 1
- 1
system/htmly.php 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,


Loading…
Cancel
Save