From 49c080b47de842451044314c51b6d79db464c098 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/en.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 +++++++++++++++++- 11 files changed, 37 insertions(+), 19 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') }} +