summaryrefslogtreecommitdiffstats
path: root/ui/src/components/password_change.tsx
diff options
context:
space:
mode:
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>