mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-08 14:32:50 +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
|
||||
* 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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user