Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flack committed Apr 15, 2024
1 parent f347c2f commit 57b5832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/org/openpsa/user/validator.php
Expand Up @@ -60,7 +60,7 @@ public function validate_create_form(array $fields)

if ( $fields['password']['switch']
&& !$this->get_accounthelper()->check_password_strength((string) $fields['password']['password'])) {
$result = ['password' => $this->_l10n->get('password weak')];
$result = ['password' => $this->l10n->get('password weak')];
}

if (is_array($result)) {
Expand Down

0 comments on commit 57b5832

Please sign in to comment.