diff --git a/background.ts b/background.ts index 5078685bf58..4ca509c58ec 100644 --- a/background.ts +++ b/background.ts @@ -256,7 +256,7 @@ Electron.app.whenReady().then(async() => { await dockerDirManager.ensureCredHelperConfigured(); - // Path management strategy will need to be selected after an upgrade + // Path management strategy will need to be selected after an update if (!os.platform().startsWith('win') && cfg.application.pathManagementStrategy === PathManagementStrategy.NotSet) { if (!noModalDialogs) { await window.openPathUpdate(); diff --git a/pkg/rancher-desktop/components/UpdateStatus.vue b/pkg/rancher-desktop/components/UpdateStatus.vue index 5ca2f2f811f..bbbdd7451e6 100644 --- a/pkg/rancher-desktop/components/UpdateStatus.vue +++ b/pkg/rancher-desktop/components/UpdateStatus.vue @@ -36,7 +36,7 @@ - +