From 55dd8404153310657d2c7e2ea16ec53ab6b55288 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren?= Date: Thu, 10 Mar 2022 17:03:05 +0100 Subject: [PATCH] Enable opening the release nodes from all views without navigating to root --- src/components/UpdateNotification.vue | 4 +++- src/components/layouts/Settings.vue | 2 +- src/i18n/de.po | 4 ++-- src/i18n/es.po | 4 ++-- src/i18n/fr.po | 4 ++-- src/i18n/nl.po | 4 ++-- src/i18n/ru.po | 4 ++-- src/i18n/uk.po | 4 ++-- src/i18n/zh.po | 4 ++-- src/router.ts | 18 +++++++++++++++++- 10 files changed, 35 insertions(+), 17 deletions(-) diff --git a/src/components/UpdateNotification.vue b/src/components/UpdateNotification.vue index 616c93471..8541cbc07 100644 --- a/src/components/UpdateNotification.vue +++ b/src/components/UpdateNotification.vue @@ -5,7 +5,9 @@ @close="isShown = false" > {{ $t('An update to the Wallet is available.') }} - {{ $t('Release Notes') }} + + {{ $t('Release Notes') }} +