diff options
| -rw-r--r-- | desktop/packages/mullvad-vpn/src/renderer/lib/notifications/app-upgrade-error.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/packages/mullvad-vpn/src/renderer/lib/notifications/app-upgrade-error.ts b/desktop/packages/mullvad-vpn/src/renderer/lib/notifications/app-upgrade-error.ts index 48ab627702..68c9986cb1 100644 --- a/desktop/packages/mullvad-vpn/src/renderer/lib/notifications/app-upgrade-error.ts +++ b/desktop/packages/mullvad-vpn/src/renderer/lib/notifications/app-upgrade-error.ts @@ -25,7 +25,8 @@ export class AppUpgradeErrorNotificationProvider implements InAppNotificationPro const { appUpgradeError } = this.context; const retrySubtitle: InAppNotificationSubtitle = { content: - // TRANSLATORS: Notification subtitle when the installer verification failed. + // TRANSLATORS: Notification subtitle when the download of the installer failed + // TRANSLATORS: and the user can try downloading again. messages.pgettext('in-app-notifications', 'Click here to retry download'), action: { type: 'run-function', |
