summaryrefslogtreecommitdiffstats
path: root/ui/src/components/password_change.tsx
diff options
context:
space:
mode:
authorRichard <richard@tripaneer.com>2020-01-31 21:52:27 +0100
committerRichard <richard@tripaneer.com>2020-01-31 21:52:27 +0100
commit2f9a052f89fe8d34fedcd2219e644dd51cda5505 (patch)
tree78caf41816cce8fcc17a85d874a446a86da5e80b /ui/src/components/password_change.tsx
parent8cbdba1da39c15d2a3d13919398fc4d4c8ef2c6c (diff)
usability features
This are all the commits from another PR combined into a single commit.
Diffstat (limited to 'ui/src/components/password_change.tsx')
-rw-r--r--ui/src/components/password_change.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/components/password_change.tsx b/ui/src/components/password_change.tsx
index 10b6867c..7774b783 100644
--- a/ui/src/components/password_change.tsx
+++ b/ui/src/components/password_change.tsx
@@ -59,7 +59,7 @@ export class PasswordChange extends Component<any, State> {
<div class="row">
<div class="col-12 col-lg-6 offset-lg-3 mb-4">
<h5>
- <T i18nKey="password_change">#</T>
+ { i18n.t('password_change') }
</h5>
{this.passwordChangeForm()}
</div>