* Mon Jul 14 2025 Brian Read <brianr@koozali.org> 11.0.0-106.sme

- Datetime panel: Typo in error message - missing _ [SME: 13078]
- ditto user accounts panel                         [SME: 13078]
- ditto groups panel                                [SME: 13078]
This commit is contained in:
2025-07-14 11:44:49 +01:00
parent 1d00f2aeb2
commit 5ba77e4526
4 changed files with 12 additions and 7 deletions

View File

@@ -176,7 +176,7 @@ sub do_update {
$result .= $res unless $res eq 'OK';
if (!$result) {
$result = $c->l('usrUSER_CREATED') . ' ' . $user;
$result = $c->l('usr_USER_CREATED') . ' ' . $user;
$usr_datas{trt} = 'SUC';
}
} ## end if (!$result)
@@ -791,4 +791,4 @@ sub system_change_password {
return $c->l("Error occurred while modifying password for admin.", 'First');
}
} ## end sub system_change_password
1
1