FleetCart/Themes/Storefront/resources/lang/en/404.php

9 lines
237 B
PHP
Raw Permalink Normal View History

2023-06-11 12:14:03 +00:00
<?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',
];