mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2026-06-01 13:46:46 -04:00
Prepare for gettext
This commit is contained in:
@@ -5,8 +5,8 @@ require("footer.php");
|
||||
render_header("Page not found");
|
||||
?>
|
||||
<div class="text-center">
|
||||
<h1>Page Not Found</h1>
|
||||
<p>Sorry, but the page you were trying to view does not exist.</p>
|
||||
<h1><?php echo _("Page Not Found");?></h1>
|
||||
<p><?php echo _("Sorry, but the page you were trying to view does not exist.");?></p>
|
||||
</div>
|
||||
<?php
|
||||
render_footer();
|
||||
Reference in New Issue
Block a user