Update scheduled.html.php

A little more i18n
This commit is contained in:
Robert Riebisch 2023-12-03 11:29:23 +01:00 committed by GitHub
commit ed3e9b453c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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