diff --git a/source/renderer/app/components/wallet/WalletCreateDialog.js b/source/renderer/app/components/wallet/WalletCreateDialog.js index 40a615d433..a856a1aa62 100644 --- a/source/renderer/app/components/wallet/WalletCreateDialog.js +++ b/source/renderer/app/components/wallet/WalletCreateDialog.js @@ -92,10 +92,10 @@ const messages = defineMessages({ 'Placeholder for the "Password" inputs in the create wallet dialog.', }, passwordTooltip: { - id: 'wallet.create.dialog.passwordTooltip', - defaultMessage: '!!!It is really good to use Password Manager apps to improve security. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris mattis diam non nulla sollicitudin, ac ultrices purus luctus.', + id: 'wallet.dialog.passwordTooltip', + defaultMessage: 'We recommend using a password manager app to manage and store your spending password. Generate a unique password using a password manager and paste it here. Passwords should never be reused.', description: - 'Tooltip for the password input in the create wallet dialog.', + 'Tooltip for the password input in the wallet dialog.', }, }); @@ -289,7 +289,7 @@ export default class WalletCreateDialog extends Component { } key="tooltip" className={styles.tooltip} arrowRelativeToTip diff --git a/source/renderer/app/components/wallet/WalletCreateDialog.scss b/source/renderer/app/components/wallet/WalletCreateDialog.scss index c8b1c8e994..44df1e9da4 100644 --- a/source/renderer/app/components/wallet/WalletCreateDialog.scss +++ b/source/renderer/app/components/wallet/WalletCreateDialog.scss @@ -63,6 +63,7 @@ border-radius: 10px; height: 87px; left: 125px; + line-height: 1.2; top: 54px; white-space: normal; width: 291.5px; diff --git a/source/renderer/app/components/wallet/WalletRestoreDialog.js b/source/renderer/app/components/wallet/WalletRestoreDialog.js index fd49cd9497..5f396fd616 100644 --- a/source/renderer/app/components/wallet/WalletRestoreDialog.js +++ b/source/renderer/app/components/wallet/WalletRestoreDialog.js @@ -182,10 +182,10 @@ const messages = defineMessages({ 'Label for the "Restore paper wallet" button on the wallet restore dialog.', }, passwordTooltip: { - id: 'wallet.restore.dialog.passwordTooltip', - defaultMessage: '!!!It is really good to use Password Manager apps to improve security. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris mattis diam non nulla sollicitudin, ac ultrices purus luctus.', + id: 'wallet.dialog.passwordTooltip', + defaultMessage: 'We recommend using a password manager app to manage and store your spending password. Generate a unique password using a password manager and paste it here. Passwords should never be reused.', description: - 'Tooltip for the password input in the create wallet dialog.', + 'Tooltip for the password input in the wallet dialog.', }, }); @@ -615,7 +615,7 @@ export default class WalletRestoreDialog extends Component { } key="tooltip" className={styles.tooltip} arrowRelativeToTip diff --git a/source/renderer/app/components/wallet/WalletRestoreDialog.scss b/source/renderer/app/components/wallet/WalletRestoreDialog.scss index 04124ba418..9314be2ff8 100644 --- a/source/renderer/app/components/wallet/WalletRestoreDialog.scss +++ b/source/renderer/app/components/wallet/WalletRestoreDialog.scss @@ -95,6 +95,7 @@ border-radius: 10px; height: 87px; left: 125px; + line-height: 1.2; top: 54px; white-space: normal; width: 291.5px; diff --git a/source/renderer/app/components/wallet/settings/ChangeSpendingPasswordDialog.js b/source/renderer/app/components/wallet/settings/ChangeSpendingPasswordDialog.js index ca5f430c78..fd3f6af4da 100644 --- a/source/renderer/app/components/wallet/settings/ChangeSpendingPasswordDialog.js +++ b/source/renderer/app/components/wallet/settings/ChangeSpendingPasswordDialog.js @@ -80,10 +80,10 @@ const messages = defineMessages({ 'Placeholder for the "Repeat password" inputs in the change wallet password dialog.', }, passwordTooltip: { - id: 'wallet.settings.changePassword.dialog.passwordTooltip', - defaultMessage: '!!!It is really good to use Password Manager apps to improve security. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris mattis diam non nulla sollicitudin, ac ultrices purus luctus.', + id: 'wallet.dialog.passwordTooltip', + defaultMessage: 'We recommend using a password manager app to manage and store your spending password. Generate a unique password using a password manager and paste it here. Passwords should never be reused.', description: - 'Tooltip for the password input in the create wallet dialog.', + 'Tooltip for the password input in the wallet dialog.', }, }); @@ -287,7 +287,7 @@ export default class ChangeSpendingPasswordDialog extends Component { } key="tooltip" className={styles.tooltip} arrowRelativeToTip @@ -310,7 +310,7 @@ export default class ChangeSpendingPasswordDialog extends Component { } key="tooltip" className={styles.tooltip} arrowRelativeToTip diff --git a/source/renderer/app/components/wallet/settings/ChangeSpendingPasswordDialog.scss b/source/renderer/app/components/wallet/settings/ChangeSpendingPasswordDialog.scss index 9cb81017b3..7819a86f9e 100644 --- a/source/renderer/app/components/wallet/settings/ChangeSpendingPasswordDialog.scss +++ b/source/renderer/app/components/wallet/settings/ChangeSpendingPasswordDialog.scss @@ -49,6 +49,7 @@ border-radius: 10px; height: 87px; left: 125px; + line-height: 1.2; top: 54px; white-space: normal; width: 291.5px; diff --git a/source/renderer/app/components/wallet/wallet-restore/ConfigurationDialog.js b/source/renderer/app/components/wallet/wallet-restore/ConfigurationDialog.js index 98da75300d..beb2829a25 100644 --- a/source/renderer/app/components/wallet/wallet-restore/ConfigurationDialog.js +++ b/source/renderer/app/components/wallet/wallet-restore/ConfigurationDialog.js @@ -74,7 +74,7 @@ const messages = defineMessages({ description: 'Placeholder for the dialog "Continue" button', }, passwordTooltip: { - id: 'wallet.restore.dialog.step.configuration.passwordTooltip', + id: 'wallet.dialog.passwordTooltip', defaultMessage: '!!!It is really good to use Password Manager apps to improve security. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris mattis diam non nulla sollicitudin, ac ultrices purus luctus.', description: 'Tooltip for the password input in the create wallet dialog.', @@ -276,7 +276,7 @@ export default class ConfigurationDialog extends Component { } key="tooltip" className={styles.tooltip} arrowRelativeToTip diff --git a/source/renderer/app/components/wallet/wallet-restore/ConfigurationDialog.scss b/source/renderer/app/components/wallet/wallet-restore/ConfigurationDialog.scss index e5221c108a..2f0429d6b2 100644 --- a/source/renderer/app/components/wallet/wallet-restore/ConfigurationDialog.scss +++ b/source/renderer/app/components/wallet/wallet-restore/ConfigurationDialog.scss @@ -43,6 +43,7 @@ border-radius: 10px; height: 87px; left: 125px; + line-height: 1.2; top: 54px; white-space: normal; width: 291.5px; diff --git a/source/renderer/app/i18n/locales/defaultMessages.json b/source/renderer/app/i18n/locales/defaultMessages.json index c7c954e904..e68ade741c 100644 --- a/source/renderer/app/i18n/locales/defaultMessages.json +++ b/source/renderer/app/i18n/locales/defaultMessages.json @@ -7964,13 +7964,13 @@ "description": "Title for the \"Change wallet password\" dialog when there is no password set.", "end": { "column": 3, - "line": 28 + "line": 33 }, "file": "source/renderer/app/components/wallet/settings/ChangeSpendingPasswordDialog.js", "id": "wallet.settings.changePassword.dialog.title.setPassword", "start": { "column": 26, - "line": 23 + "line": 28 } }, { @@ -7978,13 +7978,13 @@ "description": "Title for the \"Change wallet password\" dialog when there is already password set.", "end": { "column": 3, - "line": 34 + "line": 39 }, "file": "source/renderer/app/components/wallet/settings/ChangeSpendingPasswordDialog.js", "id": "wallet.settings.changePassword.dialog.title.changePassword", "start": { "column": 29, - "line": 29 + "line": 34 } }, { @@ -7992,13 +7992,13 @@ "description": "Label for the \"Spending password\" input in the change wallet password dialog.", "end": { "column": 3, - "line": 40 + "line": 45 }, "file": "source/renderer/app/components/wallet/settings/ChangeSpendingPasswordDialog.js", "id": "wallet.settings.changePassword.dialog.spendingPasswordLabel", "start": { "column": 25, - "line": 35 + "line": 40 } }, { @@ -8006,13 +8006,13 @@ "description": "Label for the \"Current password\" input in the change wallet password dialog.", "end": { "column": 3, - "line": 46 + "line": 51 }, "file": "source/renderer/app/components/wallet/settings/ChangeSpendingPasswordDialog.js", "id": "wallet.settings.changePassword.dialog.currentPasswordLabel", "start": { "column": 24, - "line": 41 + "line": 46 } }, { @@ -8020,13 +8020,13 @@ "description": "Label for the \"New password\" input in the change wallet password dialog.", "end": { "column": 3, - "line": 52 + "line": 57 }, "file": "source/renderer/app/components/wallet/settings/ChangeSpendingPasswordDialog.js", "id": "wallet.settings.changePassword.dialog.newPasswordLabel", "start": { "column": 20, - "line": 47 + "line": 52 } }, { @@ -8034,13 +8034,13 @@ "description": "Label for the \"Repeat password\" input in the change wallet password dialog.", "end": { "column": 3, - "line": 58 + "line": 63 }, "file": "source/renderer/app/components/wallet/settings/ChangeSpendingPasswordDialog.js", "id": "wallet.settings.changePassword.dialog.repeatPasswordLabel", "start": { "column": 23, - "line": 53 + "line": 58 } }, { @@ -8048,13 +8048,13 @@ "description": "Placeholder for the \"Current password\" inputs in the change wallet password dialog.", "end": { "column": 3, - "line": 64 + "line": 69 }, "file": "source/renderer/app/components/wallet/settings/ChangeSpendingPasswordDialog.js", "id": "wallet.settings.changePassword.dialog.currentPasswordFieldPlaceholder", "start": { "column": 35, - "line": 59 + "line": 64 } }, { @@ -8062,13 +8062,13 @@ "description": "Placeholder for the \"New password\" inputs in the change wallet password dialog.", "end": { "column": 3, - "line": 70 + "line": 75 }, "file": "source/renderer/app/components/wallet/settings/ChangeSpendingPasswordDialog.js", "id": "wallet.settings.changePassword.dialog.newPasswordFieldPlaceholder", "start": { "column": 31, - "line": 65 + "line": 70 } }, { @@ -8076,13 +8076,27 @@ "description": "Placeholder for the \"Repeat password\" inputs in the change wallet password dialog.", "end": { "column": 3, - "line": 76 + "line": 81 }, "file": "source/renderer/app/components/wallet/settings/ChangeSpendingPasswordDialog.js", "id": "wallet.settings.changePassword.dialog.repeatPasswordFieldPlaceholder", "start": { "column": 34, - "line": 71 + "line": 76 + } + }, + { + "defaultMessage": "We recommend using a password manager app to manage and store your spending password. Generate a unique password using a password manager and paste it here. Passwords should never be reused.", + "description": "Tooltip for the password input in the wallet dialog.", + "end": { + "column": 3, + "line": 87 + }, + "file": "source/renderer/app/components/wallet/settings/ChangeSpendingPasswordDialog.js", + "id": "wallet.dialog.passwordTooltip", + "start": { + "column": 19, + "line": 82 } } ], @@ -10535,13 +10549,13 @@ "description": "Description1 for Configuration Step", "end": { "column": 3, - "line": 30 + "line": 35 }, "file": "source/renderer/app/components/wallet/wallet-restore/ConfigurationDialog.js", "id": "wallet.restore.dialog.step.configuration.description1", "start": { "column": 16, - "line": 25 + "line": 30 } }, { @@ -10549,13 +10563,13 @@ "description": "Description2 for Configuration Step", "end": { "column": 3, - "line": 36 + "line": 41 }, "file": "source/renderer/app/components/wallet/wallet-restore/ConfigurationDialog.js", "id": "wallet.restore.dialog.step.configuration.description2", "start": { "column": 16, - "line": 31 + "line": 36 } }, { @@ -10563,13 +10577,13 @@ "description": "Label for Wallet Name Input", "end": { "column": 3, - "line": 41 + "line": 46 }, "file": "source/renderer/app/components/wallet/wallet-restore/ConfigurationDialog.js", "id": "wallet.restore.dialog.step.configuration.input.walletName.label", "start": { "column": 19, - "line": 37 + "line": 42 } }, { @@ -10577,13 +10591,13 @@ "description": "Placeholder for Wallet Name Input", "end": { "column": 3, - "line": 46 + "line": 51 }, "file": "source/renderer/app/components/wallet/wallet-restore/ConfigurationDialog.js", "id": "wallet.restore.dialog.step.configuration.input.walletName.placeholder", "start": { "column": 25, - "line": 42 + "line": 47 } }, { @@ -10591,13 +10605,13 @@ "description": "Label for the \"Wallet password\" input in the wallet restore dialog.", "end": { "column": 3, - "line": 52 + "line": 57 }, "file": "source/renderer/app/components/wallet/wallet-restore/ConfigurationDialog.js", "id": "wallet.restore.dialog.step.configuration.input.spendingPassword.label", "start": { "column": 25, - "line": 47 + "line": 52 } }, { @@ -10605,13 +10619,13 @@ "description": "Label for the \"Repeat password\" input in the wallet restore dialog.", "end": { "column": 3, - "line": 58 + "line": 63 }, "file": "source/renderer/app/components/wallet/wallet-restore/ConfigurationDialog.js", "id": "wallet.restore.dialog.step.configuration.input.repeatPassword.label", "start": { "column": 23, - "line": 53 + "line": 58 } }, { @@ -10619,13 +10633,13 @@ "description": "Placeholder for the \"Password\" inputs in the wallet restore dialog.", "end": { "column": 3, - "line": 65 + "line": 70 }, "file": "source/renderer/app/components/wallet/wallet-restore/ConfigurationDialog.js", "id": "wallet.restore.dialog.step.configuration.input.passwordFields.placeholder", "start": { "column": 29, - "line": 59 + "line": 64 } }, { @@ -10633,13 +10647,27 @@ "description": "Placeholder for the dialog \"Continue\" button", "end": { "column": 3, - "line": 70 + "line": 75 }, "file": "source/renderer/app/components/wallet/wallet-restore/ConfigurationDialog.js", "id": "wallet.restore.dialog.step.configuration.continueButtonLabel", "start": { "column": 23, - "line": 66 + "line": 71 + } + }, + { + "defaultMessage": "!!!It is really good to use Password Manager apps to improve security. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris mattis diam non nulla sollicitudin, ac ultrices purus luctus.", + "description": "Tooltip for the password input in the create wallet dialog.", + "end": { + "column": 3, + "line": 81 + }, + "file": "source/renderer/app/components/wallet/wallet-restore/ConfigurationDialog.js", + "id": "wallet.dialog.passwordTooltip", + "start": { + "column": 19, + "line": 76 } } ], @@ -11607,14 +11635,14 @@ } }, { - "defaultMessage": "!!!It is really good to use Password Manager apps to improve security. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris mattis diam non nulla sollicitudin, ac ultrices purus luctus.", - "description": "Tooltip for the password input in the create wallet dialog.", + "defaultMessage": "We recommend using a password manager app to manage and store your spending password. Generate a unique password using a password manager and paste it here. Passwords should never be reused.", + "description": "Tooltip for the password input in the wallet dialog.", "end": { "column": 3, "line": 99 }, "file": "source/renderer/app/components/wallet/WalletCreateDialog.js", - "id": "wallet.create.dialog.passwordTooltip", + "id": "wallet.dialog.passwordTooltip", "start": { "column": 19, "line": 94 @@ -11630,13 +11658,13 @@ "description": "Label \"Restore wallet\" on the wallet restore dialog.", "end": { "column": 3, - "line": 43 + "line": 48 }, "file": "source/renderer/app/components/wallet/WalletRestoreDialog.js", "id": "wallet.restore.dialog.title.label", "start": { "column": 9, - "line": 39 + "line": 44 } }, { @@ -11644,13 +11672,13 @@ "description": "Label for the wallet name input on the wallet restore dialog.", "end": { "column": 3, - "line": 49 + "line": 54 }, "file": "source/renderer/app/components/wallet/WalletRestoreDialog.js", "id": "wallet.restore.dialog.wallet.name.input.label", "start": { "column": 24, - "line": 44 + "line": 49 } }, { @@ -11658,13 +11686,13 @@ "description": "Hint \"Name the wallet you are restoring\" for the wallet name input on the wallet restore dialog.", "end": { "column": 3, - "line": 55 + "line": 60 }, "file": "source/renderer/app/components/wallet/WalletRestoreDialog.js", "id": "wallet.restore.dialog.wallet.name.input.hint", "start": { "column": 23, - "line": 50 + "line": 55 } }, { @@ -11672,13 +11700,13 @@ "description": "Label for the recovery phrase type options on the wallet restore dialog.", "end": { "column": 3, - "line": 61 + "line": 66 }, "file": "source/renderer/app/components/wallet/WalletRestoreDialog.js", "id": "wallet.restore.dialog.recovery.phrase.type.options.label", "start": { "column": 27, - "line": 56 + "line": 61 } }, { @@ -11686,13 +11714,13 @@ "description": "Word for the recovery phrase type on the wallet restore dialog.", "end": { "column": 3, - "line": 67 + "line": 72 }, "file": "source/renderer/app/components/wallet/WalletRestoreDialog.js", "id": "wallet.restore.dialog.recovery.phrase.type.word", "start": { "column": 32, - "line": 62 + "line": 67 } }, { @@ -11700,13 +11728,13 @@ "description": "Label for the recovery phrase type 15-word option on the wallet restore dialog.", "end": { "column": 3, - "line": 73 + "line": 78 }, "file": "source/renderer/app/components/wallet/WalletRestoreDialog.js", "id": "wallet.restore.dialog.recovery.phrase.type.15word.option", "start": { "column": 34, - "line": 68 + "line": 73 } }, { @@ -11714,13 +11742,13 @@ "description": "Label for the recovery phrase type 12-word option on the wallet restore dialog.", "end": { "column": 3, - "line": 79 + "line": 84 }, "file": "source/renderer/app/components/wallet/WalletRestoreDialog.js", "id": "wallet.restore.dialog.recovery.phrase.type.12word.option", "start": { "column": 34, - "line": 74 + "line": 79 } }, { @@ -11728,13 +11756,13 @@ "description": "Label for the recovery phrase input on the wallet restore dialog.", "end": { "column": 3, - "line": 85 + "line": 90 }, "file": "source/renderer/app/components/wallet/WalletRestoreDialog.js", "id": "wallet.restore.dialog.recovery.phrase.input.label", "start": { "column": 28, - "line": 80 + "line": 85 } }, { @@ -11742,13 +11770,13 @@ "description": "Hint \"Enter recovery phrase\" for the recovery phrase input on the wallet restore dialog.", "end": { "column": 3, - "line": 91 + "line": 96 }, "file": "source/renderer/app/components/wallet/WalletRestoreDialog.js", "id": "wallet.restore.dialog.recovery.phrase.input.hint", "start": { "column": 27, - "line": 86 + "line": 91 } }, { @@ -11756,13 +11784,13 @@ "description": "Label \"new\" on the wallet restore dialog.", "end": { "column": 3, - "line": 96 + "line": 101 }, "file": "source/renderer/app/components/wallet/WalletRestoreDialog.js", "id": "wallet.restore.dialog.recovery.phrase.newLabel", "start": { "column": 12, - "line": 92 + "line": 97 } }, { @@ -11770,13 +11798,13 @@ "description": "\"No results\" message for the recovery phrase input search results.", "end": { "column": 3, - "line": 102 + "line": 107 }, "file": "source/renderer/app/components/wallet/WalletRestoreDialog.js", "id": "wallet.restore.dialog.recovery.phrase.input.noResults", "start": { "column": 27, - "line": 97 + "line": 102 } }, { @@ -11784,13 +11812,13 @@ "description": "Label for the \"Restore wallet\" button on the wallet restore dialog.", "end": { "column": 3, - "line": 108 + "line": 113 }, "file": "source/renderer/app/components/wallet/WalletRestoreDialog.js", "id": "wallet.restore.dialog.restore.wallet.button.label", "start": { "column": 21, - "line": 103 + "line": 108 } }, { @@ -11798,13 +11826,13 @@ "description": "Error message shown when invalid recovery phrase was entered.", "end": { "column": 3, - "line": 114 + "line": 119 }, "file": "source/renderer/app/components/wallet/WalletRestoreDialog.js", "id": "wallet.restore.dialog.form.errors.invalidRecoveryPhrase", "start": { "column": 25, - "line": 109 + "line": 114 } }, { @@ -11812,13 +11840,13 @@ "description": "Password creation label.", "end": { "column": 3, - "line": 119 + "line": 124 }, "file": "source/renderer/app/components/wallet/WalletRestoreDialog.js", "id": "wallet.restore.dialog.passwordSectionLabel", "start": { "column": 24, - "line": 115 + "line": 120 } }, { @@ -11826,13 +11854,13 @@ "description": "Password creation description.", "end": { "column": 3, - "line": 125 + "line": 130 }, "file": "source/renderer/app/components/wallet/WalletRestoreDialog.js", "id": "wallet.restore.dialog.passwordSectionDescription", "start": { "column": 30, - "line": 120 + "line": 125 } }, { @@ -11840,13 +11868,13 @@ "description": "Label for the \"Wallet password\" input in the wallet restore dialog.", "end": { "column": 3, - "line": 131 + "line": 136 }, "file": "source/renderer/app/components/wallet/WalletRestoreDialog.js", "id": "wallet.restore.dialog.spendingPasswordLabel", "start": { "column": 25, - "line": 126 + "line": 131 } }, { @@ -11854,13 +11882,13 @@ "description": "Label for the \"Repeat password\" input in the wallet restore dialog.", "end": { "column": 3, - "line": 137 + "line": 142 }, "file": "source/renderer/app/components/wallet/WalletRestoreDialog.js", "id": "wallet.restore.dialog.repeatPasswordLabel", "start": { "column": 23, - "line": 132 + "line": 137 } }, { @@ -11868,13 +11896,13 @@ "description": "Placeholder for the \"Password\" inputs in the wallet restore dialog.", "end": { "column": 3, - "line": 143 + "line": 148 }, "file": "source/renderer/app/components/wallet/WalletRestoreDialog.js", "id": "wallet.restore.dialog.passwordFieldPlaceholder", "start": { "column": 28, - "line": 138 + "line": 143 } }, { @@ -11882,13 +11910,13 @@ "description": "Tab title \"Daedalus wallet\" in the wallet restore dialog.", "end": { "column": 3, - "line": 148 + "line": 153 }, "file": "source/renderer/app/components/wallet/WalletRestoreDialog.js", "id": "wallet.restore.dialog.tab.title.recoveryPhrase", "start": { "column": 26, - "line": 144 + "line": 149 } }, { @@ -11896,13 +11924,13 @@ "description": "Tab title \"Daedalus paper wallet\" in the wallet restore dialog.", "end": { "column": 3, - "line": 154 + "line": 159 }, "file": "source/renderer/app/components/wallet/WalletRestoreDialog.js", "id": "wallet.restore.dialog.tab.title.certificate", "start": { "column": 23, - "line": 149 + "line": 154 } }, { @@ -11910,13 +11938,13 @@ "description": "Tab title \"Yoroi wallet\" in the wallet restore dialog.", "end": { "column": 3, - "line": 159 + "line": 164 }, "file": "source/renderer/app/components/wallet/WalletRestoreDialog.js", "id": "wallet.restore.dialog.tab.title.yoroi", "start": { "column": 17, - "line": 155 + "line": 160 } }, { @@ -11924,13 +11952,13 @@ "description": "Label for the shielded recovery phrase input on the wallet restore dialog.", "end": { "column": 3, - "line": 165 + "line": 170 }, "file": "source/renderer/app/components/wallet/WalletRestoreDialog.js", "id": "wallet.restore.dialog.shielded.recovery.phrase.input.label", "start": { "column": 36, - "line": 160 + "line": 165 } }, { @@ -11938,13 +11966,13 @@ "description": "Hint \"Enter your 27-word paper wallet recovery phrase.\" for the recovery phrase input on the wallet restore dialog.", "end": { "column": 3, - "line": 172 + "line": 177 }, "file": "source/renderer/app/components/wallet/WalletRestoreDialog.js", "id": "wallet.restore.dialog.shielded.recovery.phrase.input.hint", "start": { "column": 35, - "line": 166 + "line": 171 } }, { @@ -11952,13 +11980,27 @@ "description": "Label for the \"Restore paper wallet\" button on the wallet restore dialog.", "end": { "column": 3, - "line": 178 + "line": 183 }, "file": "source/renderer/app/components/wallet/WalletRestoreDialog.js", "id": "wallet.restore.dialog.paper.wallet.button.label", "start": { "column": 33, - "line": 173 + "line": 178 + } + }, + { + "defaultMessage": "We recommend using a password manager app to manage and store your spending password. Generate a unique password using a password manager and paste it here. Passwords should never be reused.", + "description": "Tooltip for the password input in the wallet dialog.", + "end": { + "column": 3, + "line": 189 + }, + "file": "source/renderer/app/components/wallet/WalletRestoreDialog.js", + "id": "wallet.dialog.passwordTooltip", + "start": { + "column": 19, + "line": 184 } } ], diff --git a/source/renderer/app/i18n/locales/en-US.json b/source/renderer/app/i18n/locales/en-US.json index f26efc28d4..dd0362e56f 100755 --- a/source/renderer/app/i18n/locales/en-US.json +++ b/source/renderer/app/i18n/locales/en-US.json @@ -597,7 +597,6 @@ "wallet.create.dialog.passwordFieldPlaceholder": "Password", "wallet.create.dialog.passwordSectionDescription": "Keep your wallet secure by setting a spending password", "wallet.create.dialog.passwordSectionLabel": "Spending password", - "wallet.create.dialog.passwordTooltip": "!!!It is really good to use Password Manager apps to improve security. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris mattis diam non nulla sollicitudin, ac ultrices purus luctus.", "wallet.create.dialog.repeatPasswordLabel": "Repeat password", "wallet.create.dialog.spendingPasswordLabel": "Enter password", "wallet.create.dialog.stepsCounter": "Step {currentStep} of {totalSteps}", @@ -606,6 +605,7 @@ "wallet.create.dialog.title.itn": "Create a new wallet", "wallet.create.dialog.validateStep": "Validate", "wallet.create.dialog.walletNameHint": "Enter wallet name", + "wallet.dialog.passwordTooltip": "We recommend using a password manager app to manage and store your spending password. Generate a unique password using a password manager and paste it here. Passwords should never be reused.", "wallet.hardware.hardwareWalletBegin": "To begin, connect and unlock your Hardware wallet Device", "wallet.hardware.hardwareWalletExport": "Export public key on your device", "wallet.hardware.hardwareWalletInstructions": "Follow instructions to access your wallet", diff --git a/source/renderer/app/i18n/locales/ja-JP.json b/source/renderer/app/i18n/locales/ja-JP.json index 01feeb0fc8..c961a56d65 100755 --- a/source/renderer/app/i18n/locales/ja-JP.json +++ b/source/renderer/app/i18n/locales/ja-JP.json @@ -597,7 +597,6 @@ "wallet.create.dialog.passwordFieldPlaceholder": "パスワード", "wallet.create.dialog.passwordSectionDescription": "送信時パスワードを設定してウォレットを安全に保ちましょう", "wallet.create.dialog.passwordSectionLabel": "送金時パスワード", - "wallet.create.dialog.passwordTooltip": "!!!It is really good to use Password Manager apps to improve security. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris mattis diam non nulla sollicitudin, ac ultrices purus luctus.", "wallet.create.dialog.repeatPasswordLabel": "パスワードを再入力してください", "wallet.create.dialog.spendingPasswordLabel": "パスワードを入力してください", "wallet.create.dialog.stepsCounter": "ステップ{currentStep}/{totalSteps}", @@ -606,6 +605,7 @@ "wallet.create.dialog.title.itn": "Shelleyウォレットを新規作成する", "wallet.create.dialog.validateStep": "!!!Validate", "wallet.create.dialog.walletNameHint": "ウォレット名を入力してください", + "wallet.dialog.passwordTooltip": "送信時パスワードの管理および保存には、パスワード管理アプリの使用が推奨されます。パスワード管理アプリで専用パスワードを生成し、ここに張り付けてください。パスワードは絶対に再利用しないでください。", "wallet.hardware.hardwareWalletBegin": "!!!To begin, connect and unlock your Hardware wallet Device", "wallet.hardware.hardwareWalletExport": "!!!Export public key on your device", "wallet.hardware.hardwareWalletInstructions": "!!!Follow instructions to access your wallet",