Skip to content

Commit

Permalink
PLT-6564 fixing system console message (mattermost#6440)
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyhulen authored and crspeller committed May 24, 2017
1 parent 310d7b9 commit fdb092c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/admin_console/password_settings.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export default class PasswordSettings extends AdminSettings {
id='admin.password.minimumLengthDescription'
defaultMessage='Minimum number of characters required for a valid password. Must be a whole number greater than or equal to {min} and less than or equal to {max}.'
values={{
min: (this.state.passwordMinimumLength || Constants.MIN_PASSWORD_LENGTH),
min: Constants.MIN_PASSWORD_LENGTH,
max: Constants.MAX_PASSWORD_LENGTH
}}
/>
Expand Down

0 comments on commit fdb092c

Please sign in to comment.