Browse Source

Update scheduled.html.php

A little more i18n
pull/641/head
Robert Riebisch 2 years ago
committed by GitHub
parent
commit
ed3e9b453c
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/admin/views/scheduled.html.php

+ 1
- 1
system/admin/views/scheduled.html.php View File

@ -41,5 +41,5 @@
</div> </div>
<?php endif; ?> <?php endif; ?>
<?php } else { <?php } else {
echo 'No scheduled posts found!';
echo i18n('No_scheduled_posts_found');
} ?> } ?>

Loading…
Cancel
Save