mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 14:35:45 +01:00
remove obvious help text on change password dialog
This commit is contained in:
@@ -49,7 +49,6 @@ class PasswordConfirmation extends React.Component<Props, State> {
|
||||
value={this.state.password ? this.state.password : ""}
|
||||
validationError={!this.state.passwordValid}
|
||||
errorMessage={t("password.passwordInvalid")}
|
||||
helpText={t("password.passwordHelpText")}
|
||||
/>
|
||||
</div>
|
||||
<div className="column is-half">
|
||||
@@ -60,7 +59,6 @@ class PasswordConfirmation extends React.Component<Props, State> {
|
||||
value={this.state ? this.state.confirmedPassword : ""}
|
||||
validationError={this.state.passwordConfirmationFailed}
|
||||
errorMessage={t("password.passwordConfirmFailed")}
|
||||
helpText={t("password.passwordConfirmHelpText")}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -76,8 +76,6 @@
|
||||
"password": {
|
||||
"label": "Passwort",
|
||||
"newPassword": "Neues Passwort",
|
||||
"passwordHelpText": "Klartext Passwort des Benutzers.",
|
||||
"passwordConfirmHelpText": "Passwort zur Bestätigen wiederholen.",
|
||||
"currentPassword": "Aktuelles Passwort",
|
||||
"currentPasswordHelpText": "Dieses Passwort wird momentan bereits verwendet.",
|
||||
"confirmPassword": "Passwort wiederholen",
|
||||
|
||||
@@ -77,8 +77,6 @@
|
||||
"password": {
|
||||
"label": "Password",
|
||||
"newPassword": "New password",
|
||||
"passwordHelpText": "Plain text password of the user",
|
||||
"passwordConfirmHelpText": "Repeat the password for confirmation",
|
||||
"currentPassword": "Current password",
|
||||
"currentPasswordHelpText": "The password currently in use",
|
||||
"confirmPassword": "Confirm password",
|
||||
|
||||
Reference in New Issue
Block a user