Skip to content

Commit

Permalink
Fixing translations in first-time init menu (#4969)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jkat authored and whymarrh committed Aug 8, 2018
1 parent e9f74f0 commit aab6e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/first-time/init-menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class InitializeMenuScreen extends Component {
textDecoration: 'underline',
marginTop: '32px',
},
}, 'Use classic interface'),
}, this.context.t('classicInterface')),
]),

])
Expand Down

0 comments on commit aab6e36

Please sign in to comment.