summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--desktop/packages/mullvad-vpn/src/renderer/lib/notifications/app-upgrade-available.ts2
-rw-r--r--desktop/packages/mullvad-vpn/src/renderer/lib/notifications/app-upgrade-ready.ts3
2 files changed, 2 insertions, 3 deletions
diff --git a/desktop/packages/mullvad-vpn/src/renderer/lib/notifications/app-upgrade-available.ts b/desktop/packages/mullvad-vpn/src/renderer/lib/notifications/app-upgrade-available.ts
index 871bb98b12..569c0ee55e 100644
--- a/desktop/packages/mullvad-vpn/src/renderer/lib/notifications/app-upgrade-available.ts
+++ b/desktop/packages/mullvad-vpn/src/renderer/lib/notifications/app-upgrade-available.ts
@@ -60,7 +60,7 @@ export class AppUpgradeAvailableNotificationProvider implements InAppNotificatio
: {
type: 'navigate-internal',
link: {
- to: RoutePath.changelog,
+ to: RoutePath.appUpgrade,
// TRANSLATORS: Accessbility label for link to go to upgrade view.
'aria-label': messages.pgettext(
'accessibility',
diff --git a/desktop/packages/mullvad-vpn/src/renderer/lib/notifications/app-upgrade-ready.ts b/desktop/packages/mullvad-vpn/src/renderer/lib/notifications/app-upgrade-ready.ts
index eff2935cc5..8acf87a96d 100644
--- a/desktop/packages/mullvad-vpn/src/renderer/lib/notifications/app-upgrade-ready.ts
+++ b/desktop/packages/mullvad-vpn/src/renderer/lib/notifications/app-upgrade-ready.ts
@@ -44,8 +44,7 @@ export class AppUpgradeReadyNotificationProvider implements InAppNotificationPro
action: {
type: 'navigate-internal',
link: {
- // TODO: Change route
- to: RoutePath.changelog,
+ to: RoutePath.appUpgrade,
'aria-label':
// TRANSLATORS: Accessibility label for link to app upgrade view.
messages.pgettext('accessibility', 'Go to app update page'),