diff --git a/src/components/LoginForm.tsx b/src/components/LoginForm.tsx index 417bb93..eaabedb 100644 --- a/src/components/LoginForm.tsx +++ b/src/components/LoginForm.tsx @@ -165,7 +165,7 @@ class LoginForm extends React.PureComponent { type="password" style={styles.textField} error={!!this.state.errors.errorEncryptionPassword} - helperText={this.state.errors.errorEncryptionPassword} + helperText={this.state.errors.errorEncryptionPassword || 'Choose a new one if not already set'} label="Encryption Password" name="encryptionPassword" value={this.state.encryptionPassword}