From cfa1ce46f2952177e04be9d3db77b004df9618b0 Mon Sep 17 00:00:00 2001 From: pierre Date: Wed, 26 Apr 2023 09:30:46 +0200 Subject: [PATCH] chore(wallet): add v prefix in wallet version --- nym-wallet/src/components/Settings/AppVersion.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nym-wallet/src/components/Settings/AppVersion.tsx b/nym-wallet/src/components/Settings/AppVersion.tsx index 9faf4ec981..e968a0696c 100644 --- a/nym-wallet/src/components/Settings/AppVersion.tsx +++ b/nym-wallet/src/components/Settings/AppVersion.tsx @@ -40,7 +40,7 @@ const AppVersion = () => { Installed version - {`Nym Wallet ${appVersion}`} + {`Nym Wallet v${appVersion}`} {updateAvailable && (