mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 17:12:43 +00:00
fix: missing translations
This commit is contained in:
committed by
Rainer Killinger
parent
c54ea867bd
commit
30d801a3b4
@@ -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();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user