diff --git a/ui/src/locales/en.json b/ui/src/locales/en.json index d3236a4..4498d92 100644 --- a/ui/src/locales/en.json +++ b/ui/src/locales/en.json @@ -57,7 +57,7 @@ "repair": "Repair", "uninstall":"Uninstall", "view_local_files": "View local files", - "prompt_repair": "WARNING: All the files under {path} will be deleted as part of the repair process!
Do you wish to proceed?", + "prompt_repair": "WARNING: All the files under {path} will be deleted as part of the repair process!
Do you wish to continue?", "prompt_recover": "Installer data for {name} is corrupted.
A repair is required to restore the installation.", "prompt":"Are you sure you want to uninstall {name}?", "prompt_confirm":"Uninstall {name}" diff --git a/ui/src/views/SelectPackages.vue b/ui/src/views/SelectPackages.vue index b78b739..93c3bb8 100644 --- a/ui/src/views/SelectPackages.vue +++ b/ui/src/views/SelectPackages.vue @@ -5,7 +5,7 @@
-
+
New!
@@ -197,3 +197,9 @@ export default { } } + +