fix: missing translations

This commit is contained in:
Thea Schöbl
2022-03-22 11:31:27 +01:00
committed by Rainer Killinger
parent c54ea867bd
commit 30d801a3b4

View File

@@ -6,7 +6,7 @@
* *
* This program is distributed in the hope that it will be useful, but WITHOUT * This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * 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. * more details.
* *
* You should have received a copy of the GNU General Public License along with * 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) { if (result.data.length === 0) {
const alert = await this.alertController.create({ const alert = await this.alertController.create({
buttons: [this.translateService.instant('ok')], buttons: [this.translateService.instant('ok')],
header: this.translateService.instant('map.page.NO_RESULTS'), header: this.translateService.instant('search.nothing_found'),
}); });
await alert.present(); await alert.present();