Skip to content

Commit

Permalink
fix quotes in translations
Browse files Browse the repository at this point in the history
  • Loading branch information
futurepaul committed Aug 7, 2023
1 parent 5673b6e commit dfc67b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/i18n/en/translations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand Down Expand Up @@ -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"
},
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit dfc67b7

Please sign in to comment.