refactor: update to recent changes in translator

This commit is contained in:
Rainer Killinger
2021-01-13 16:47:22 +01:00
parent 456560026c
commit 3d4c476549
20 changed files with 706 additions and 330 deletions

View File

@@ -84,7 +84,8 @@ export class SettingsPageComponent {
duration: 2000,
message: this.translateService.instant('settings.resetToast.message'),
});
toast.present();
return toast.present();
}
/**
@@ -165,6 +166,7 @@ export class SettingsPageComponent {
header: this.translateService.instant('settings.resetAlert.title'),
message: this.translateService.instant('settings.resetAlert.message'),
});
alert.present();
}
}