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")}