From ac943f8951fe7da86aaa9f41ee879ab670786c86 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sun, 2 Feb 2020 13:50:44 -0500 Subject: Finishing up interpolation rework. --- ui/src/components/password_change.tsx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'ui/src/components/password_change.tsx') diff --git a/ui/src/components/password_change.tsx b/ui/src/components/password_change.tsx index 7774b783..9445e8ed 100644 --- a/ui/src/components/password_change.tsx +++ b/ui/src/components/password_change.tsx @@ -10,7 +10,6 @@ import { import { WebSocketService, UserService } from '../services'; import { wsJsonToRes, capitalizeFirstLetter, toast } from '../utils'; import { i18n } from '../i18next'; -import { T } from 'inferno-i18next'; interface State { passwordChangeForm: PasswordChangeForm; @@ -58,9 +57,7 @@ export class PasswordChange extends Component {
-
- { i18n.t('password_change') } -
+
{i18n.t('password_change')}
{this.passwordChangeForm()}
@@ -73,7 +70,7 @@ export class PasswordChange extends Component {
{