From dfc67b79a89f1e4817f02a92de30e7e5638a67fa Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Mon, 7 Aug 2023 16:55:09 -0500 Subject: [PATCH] fix quotes in translations --- src/i18n/en/translations.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/i18n/en/translations.ts b/src/i18n/en/translations.ts index cddc11e..2d29b7c 100644 --- a/src/i18n/en/translations.ts +++ b/src/i18n/en/translations.ts @@ -308,7 +308,7 @@ export default { encrypt: { header: "Encrypt your seed words", hot_wallet_warning: - "Mutiny is a ”hot wallet” so it needs your seed word to operate, but you can optionally encrypt those words with a password.", + 'Mutiny is a "hot wallet" so it needs your seed word to operate, but you can optionally encrypt those words with a password.', password_tip: "That way, if someone gets access to your browser, they still won't have access to your funds.", optional: "(optional)", @@ -428,7 +428,7 @@ export default { oh_no: "Oh no!", never_should_happen: "This never should've happened", try_reloading: - "Try reloading this page or clicking the ”Dangit” button. If you keep having problems,", + 'Try reloading this page or clicking the "Dangit" button. If you keep having problems,', support_link: "reach out to us for support.", getting_desperate: "Getting desperate? Try the" }, @@ -461,7 +461,7 @@ export default { description: "Mutiny requires a modern browser that supports WebAssembly, LocalStorage, and IndexedDB. Some browsers disable these features in private mode.", try_different_browser: - "Please make sure your browser supports all these features, or consider trying another browser. You might also try disabling certain extensions or ”shields” that block these features.", + 'Please make sure your browser supports all these features, or consider trying another browser. You might also try disabling certain extensions or "shields" that block these features.', browser_storage: "(We'd love to support more private browsers, but we have to save your wallet data to browser storage or else you will lose funds.)", browsers_link: "Supported Browsers"