Browse Source
Update scheduled.html.php
A little more i18n
pull/641/head
Robert Riebisch
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
system/admin/views/scheduled.html.php
|
|
|
@ -41,5 +41,5 @@ |
|
|
|
</div> |
|
|
|
<?php endif; ?>
|
|
|
|
<?php } else { |
|
|
|
echo 'No scheduled posts found!'; |
|
|
|
echo i18n('No_scheduled_posts_found'); |
|
|
|
} ?>
|