Skip to content

Commit e243d34

Browse files
authored
Rename field in error message (hestiacp#2541)
1 parent 015b20a commit e243d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/add/access-key/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
});
3535

3636
if (empty($apis_selected)) {
37-
$errors[] = _('apis');
37+
$errors[] = _('Permissions');
3838
} else if (count($check_invalid_apis) > 0) {
3939
//$errors[] = sprintf("%d apis not allowed", count($check_invalid_apis));
4040
foreach ($check_invalid_apis as $api_name) {

0 commit comments

Comments
 (0)