From 7993d0eef8a8d773400f751233b60e5f68369298 Mon Sep 17 00:00:00 2001 From: "D. Domig" Date: Wed, 2 Sep 2020 13:04:42 +0200 Subject: [PATCH] Change pass to password --- ui/src/common/SettingsDialog.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/common/SettingsDialog.tsx b/ui/src/common/SettingsDialog.tsx index 046bd22..c9a0464 100644 --- a/ui/src/common/SettingsDialog.tsx +++ b/ui/src/common/SettingsDialog.tsx @@ -39,7 +39,7 @@ class SettingsDialog extends Component> { autoFocus margin="dense" type="password" - label="New Pass *" + label="New Password *" value={pass} onChange={(e) => (this.pass = e.target.value)} fullWidth @@ -47,7 +47,7 @@ class SettingsDialog extends Component> { - +