diff --git a/lib/Command/UpdateReverseGeocodingFilesCommand.php b/lib/Command/UpdateReverseGeocodingFilesCommand.php index ac6c39273..c487e17e4 100644 --- a/lib/Command/UpdateReverseGeocodingFilesCommand.php +++ b/lib/Command/UpdateReverseGeocodingFilesCommand.php @@ -50,7 +50,7 @@ protected function configure(): void { protected function execute(InputInterface $input, OutputInterface $output): int { try { if (!$this->rgcService->arePlacesEnabled()) { - throw new \Exception('Place is disabled'); + throw new \Exception('Places is disabled'); } $this->rgcService->buildKDTree(true);