- lang EN

This commit is contained in:
Kamil Niemczycki 2023-07-27 15:44:04 +02:00
parent a09a75b69e
commit 0c7d2c9f24
Signed by: kamilniemczycki
GPG Key ID: 04D4E2012F969213

View File

@ -28,8 +28,8 @@ class CVInfo extends Command
$this->line('Locations: '. implode(' / ', $cv->locations));
$this->line('Actual views: '. $cv->info()->select('id')->get()->count());
$this->line('Registered views: '. $cv->views);
$this->line('Mission: '. (is_null($mission = $cv->mission) ? 'domyślne' : $mission));
$this->line('Rodo: '. (is_null($rodo = $cv->rodo) ? 'domyślne' : $rodo));
$this->line('Mission: '. (is_null($mission = $cv->mission) ? 'default' : $mission));
$this->line('RODO: '. (is_null($rodo = $cv->rodo) ? 'default' : $rodo));
$this->line('');
$this->line('Showed list:');