diff --git a/package.json b/package.json index 5ce7775..8a8eb35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kristweb2", - "version": "2.0.0-beta", + "version": "2.0.1-beta", "description": "Client-side web wallet for Krist", "homepage": "https://krist.club", "license": "AGPL-3.0-only", diff --git a/public/locales/en.json b/public/locales/en.json index f3634c2..35d1afe 100644 --- a/public/locales/en.json +++ b/public/locales/en.json @@ -342,6 +342,7 @@ "siteTitle": "Dashboard", "inDevBanner": "Welcome to the KristWeb v2 private beta! This site is still in development, so most features are currently missing. Please report all bugs on <1>GitHub. Thanks!", + "inDevBanner2": "Welcome to the KristWeb v2 public beta! This site is relatively new, so please report any bugs on <1>GitHub. Thanks!", "walletOverviewCardTitle": "Wallets", "walletOverviewTotalBalance": "Total balance", diff --git a/src/pages/dashboard/InDevBanner.tsx b/src/pages/dashboard/InDevBanner.tsx index 50e5ed8..59f0640 100644 --- a/src/pages/dashboard/InDevBanner.tsx +++ b/src/pages/dashboard/InDevBanner.tsx @@ -15,9 +15,9 @@ return - Welcome to the KristWeb v2 private beta! This site is still in development, - so most features are currently missing. Please report all bugs on + message={ + Welcome to the KristWeb v2 public beta! This site is relatively new, so + please report any bugs on GitHub. Thanks! }