mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 16:42:56 +00:00
refactor: update to recent changes in translator
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user