aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pages/unlock-page/unlock-page.component.js
diff options
context:
space:
mode:
author03-26 <37808790+03-26@users.noreply.github.com>2018-06-07 02:38:57 +0800
committerkumavis <kumavis@users.noreply.github.com>2018-06-07 02:38:57 +0800
commitccd4884db112a5440e7f482f644e6729e638dc49 (patch)
tree682f8b5398451dc680c5414f09ed5e28948113ec /ui/app/components/pages/unlock-page/unlock-page.component.js
parent00f24339524850f7aa3a587914a9d33a10ccc539 (diff)
downloadtangerine-wallet-browser-ccd4884db112a5440e7f482f644e6729e638dc49.tar.gz
tangerine-wallet-browser-ccd4884db112a5440e7f482f644e6729e638dc49.tar.zst
tangerine-wallet-browser-ccd4884db112a5440e7f482f644e6729e638dc49.zip
i18n - ja improvements
Diffstat (limited to 'ui/app/components/pages/unlock-page/unlock-page.component.js')
-rw-r--r--ui/app/components/pages/unlock-page/unlock-page.component.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/pages/unlock-page/unlock-page.component.js b/ui/app/components/pages/unlock-page/unlock-page.component.js
index 8bc3897da..a1d3f9181 100644
--- a/ui/app/components/pages/unlock-page/unlock-page.component.js
+++ b/ui/app/components/pages/unlock-page/unlock-page.component.js
@@ -120,7 +120,7 @@ class UnlockPage extends Component {
>
<TextField
id="password"
- label="Password"
+ label={this.context.t('password')}
type="password"
value={this.state.password}
onChange={event => this.handleInputChange(event)}