From ccb7f3737e0b38c27c3c9b5c4f89c0147dc51e9c Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Fri, 29 Sep 2023 17:18:40 -0500 Subject: [PATCH] update example env --- .env.example | 2 +- src/i18n/en/translations.ts | 2 +- src/routes/index.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.example b/.env.example index 7cf4aaf..7997679 100644 --- a/.env.example +++ b/.env.example @@ -11,7 +11,7 @@ VITE_PROXY="wss://p.mutinywallet.com" VITE_ESPLORA="https://mutinynet.com/api" VITE_LSP="https://signet-lsp.mutinywallet.com" VITE_RGS="https://rgs.mutinynet.com/snapshot/" -VITE_SELFHOSTED="true" +# VITE_SELFHOSTED="true" // Removes Mutiny+ VITE_AUTH="https://auth-staging.mutinywallet.com" VITE_SUBSCRIPTIONS="https://subscriptions-staging.mutinywallet.com" VITE_STORAGE="https://storage-staging.mutinywallet.com/v2" diff --git a/src/i18n/en/translations.ts b/src/i18n/en/translations.ts index 164696a..00e3c7a 100644 --- a/src/i18n/en/translations.ts +++ b/src/i18n/en/translations.ts @@ -21,7 +21,7 @@ export default { pending: "Pending", error_safe_mode: "Mutiny is running in safe mode. Lightning is disabled.", - self_hosted: "Self-hosted", + self_hosted: "Self-hosted" }, contacts: { new: "new", diff --git a/src/routes/index.tsx b/src/routes/index.tsx index e4089fc..735fa45 100644 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -64,7 +64,7 @@ export default function App() {
- {i18n.t("common.self_hosted")} + {i18n.t("common.self_hosted")}