Browse Source

Merge pull request #647 from bttrx/i18n-for-'Views'

Update posts-list.html.php by @bttrx
pull/650/head
Dan 2 years ago
committed by GitHub
parent
commit
449a95fe56
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      system/admin/views/posts-list.html.php

+ 2
- 2
system/admin/views/posts-list.html.php View File

@ -8,7 +8,7 @@
<tr class="head">
<th><?php echo i18n('Title');?></th>
<th><?php echo i18n('Published');?></th><?php if (config("views.counter") == "true"): ?>
<th>Views</th><?php endif; ?>
<th><?php echo i18n('Views');?></th><?php endif; ?>
<th><?php echo i18n('Author');?></th>
<th><?php echo i18n('Category');?></th>
<th><?php echo i18n('Tags');?></th>
@ -48,4 +48,4 @@
<?php endif; ?>
<?php } else {
echo i18n('No_posts_found') . '!';
} ?>
} ?>

Loading…
Cancel
Save