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

7 lines
186 B
PHP
Raw Normal View History

2023-12-03 14:07:47 +00:00
<?php
return [
'no_internet' => 'No Internet Connection',
'connection_lost' => 'The internet connection has been lost, please reconnect to the internet and try again',
];