From 30d801a3b419b382d40d96dda995bd35e493523d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thea=20Sch=C3=B6bl?= Date: Tue, 22 Mar 2022 11:31:27 +0100 Subject: [PATCH] fix: missing translations --- src/app/modules/map/page/map-page.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();