add translations

This commit is contained in:
MathieuG-P
2022-07-26 21:38:05 +02:00
parent e649104fae
commit 59ab49347c
4 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ export class BSLauncherService{
const version = this.launchState$.value;
this.launchState$.next(null);
if(res.success){ return; }
this.notificationService.notifyError({title: "Arrêt brutal", desc: "BeatSaber s'est arrêté brusquement, essaye de vérifier les fichiers", actions: [{id: "0", title: "misc.verify"}]}).then(res => {
this.notificationService.notifyError({title: "notifications.bs-launch.errors.titles.EXIT", desc: "notifications.bs-launch.errors.msg.EXIT", actions: [{id: "0", title: "misc.verify"}]}).then(res => {
if(res === "0"){ this.bsDownloaderService.download(version, true); }
});
});