Skip to content

Commit dcfd040

Browse files
darko-mijicnikolaglumac
authored andcommitted
[DDW-1022] Fix missing Japanese translation for recovery phrase verification (#1623)
* [DDW-1022] Fix missing Japanese translation for recovery phrase verification * [DDW-1022] Update changelog
1 parent 1a6a601 commit dcfd040

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Changelog
66
### Features
77

88
- Implemented "Newsfeed" feature ([PR 1570](https://github.com/input-output-hk/daedalus/pull/1570), [PR 1578](https://github.com/input-output-hk/daedalus/pull/1578), [PR 1580](https://github.com/input-output-hk/daedalus/pull/1580))
9-
- Implemented "Wallet recovery phrase verification" feature ([PR 1565](https://github.com/input-output-hk/daedalus/pull/1565))
9+
- Implemented "Wallet recovery phrase verification" feature ([PR 1565](https://github.com/input-output-hk/daedalus/pull/1565), [PR 1623](https://github.com/input-output-hk/daedalus/pull/1623)
1010
- Implemented new "Automated update" notification design ([PR 1491](https://github.com/input-output-hk/daedalus/pull/1491))
1111
- Improved "Wallets" list scrollbar UX ([PR 1475](https://github.com/input-output-hk/daedalus/pull/1475))
1212
- Removed "Ada Redemption" feature ([PR 1510](https://github.com/input-output-hk/daedalus/pull/1510))

source/renderer/app/components/wallet/settings/WalletRecoveryPhraseStep3Dialog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export default class WalletRecoveryPhraseStep1 extends Component<Props, State> {
6767

6868
const actions = [
6969
{
70-
label: 'Continue',
70+
label: intl.formatMessage(messages.recoveryPhraseStep3Button),
7171
primary: true,
7272
onClick: onClose,
7373
disabled: !safetyAgreement,

0 commit comments

Comments
 (0)