diff --git a/src/app/modules/map/page/map-page.component.ts b/src/app/modules/map/page/map-page.component.ts index c061dba0..dc4de5e0 100644 --- a/src/app/modules/map/page/map-page.component.ts +++ b/src/app/modules/map/page/map-page.component.ts @@ -6,7 +6,7 @@ * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public Licens for * more details. * * You should have received a copy of the GNU General Public License along with @@ -252,7 +252,7 @@ export class MapPageComponent { if (result.data.length === 0) { const alert = await this.alertController.create({ buttons: [this.translateService.instant('ok')], - header: this.translateService.instant('map.page.NO_RESULTS'), + header: this.translateService.instant('search.nothing_found'), }); await alert.present();