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 && (