diff --git a/wowup-electron/src/app/app.component.ts b/wowup-electron/src/app/app.component.ts
index a4da7c0b..ee949fc7 100644
--- a/wowup-electron/src/app/app.component.ts
+++ b/wowup-electron/src/app/app.component.ts
@@ -118,6 +118,8 @@ export class AppComponent implements OnInit, OnDestroy, AfterViewInit {
data: {
title: this.translate.instant("APP.WOWUP_UPDATE.INSTALL_TITLE"),
message: this.translate.instant("APP.WOWUP_UPDATE.SNACKBAR_TEXT"),
+ positiveButton: "APP.WOWUP_UPDATE.DOWNLOADED_TOOLTIP",
+ positiveButtonColor: "primary",
},
});
diff --git a/wowup-electron/src/app/components/alert-dialog/alert-dialog.component.html b/wowup-electron/src/app/components/alert-dialog/alert-dialog.component.html
index a69fc43c..98590fc6 100644
--- a/wowup-electron/src/app/components/alert-dialog/alert-dialog.component.html
+++ b/wowup-electron/src/app/components/alert-dialog/alert-dialog.component.html
@@ -2,8 +2,12 @@
-
-