/home/techb158/immovalet.com/vendor/botble/platform/base/resources/lang/en
Edit: /home/techb158/immovalet.com/vendor/botble/platform/base/resources/lang/en/cache.php (1399B)
'Cache management',
'cache_commands' => 'Clear cache commands',
'commands' => [
'clear_cms_cache' => [
'title' => 'Clear all CMS cache',
'description' => 'Clear CMS caching: database caching, static blocks... Run this command when you don\'t see the changes after updating data.',
'success_msg' => 'Cache cleaned',
],
'refresh_compiled_views' => [
'title' => 'Refresh compiled views',
'description' => 'Clear compiled views to make views up to date.',
'success_msg' => 'Cache view refreshed',
],
'clear_config_cache' => [
'title' => 'Clear config cache',
'description' => 'You might need to refresh the config caching when you change something on production environment.',
'success_msg' => 'Config cache cleaned',
],
'clear_route_cache' => [
'title' => 'Clear route cache',
'description' => 'Clear cache routing.',
'success_msg' => 'The route cache has been cleaned',
],
'clear_log' => [
'title' => 'Clear log',
'description' => 'Clear system log files',
'success_msg' => 'The system log has been cleaned',
],
],
];