FleetCart/Themes/Storefront/resources/lang/en/404.php
2023-12-03 14:07:47 +00:00

9 lines
237 B
PHP

<?php
return [
'404' => '404',
'page_not_found' => 'Oops! Page Not Found.',
'unable_to_find_the_page' => 'Sorry but we are unable to find the page that you are looking for.',
'back_to_home' => 'Back to Home',
];