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> { - +