Skip to content

Commit

Permalink
Rename field in error message (#2541)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapmarcus committed Apr 25, 2022
1 parent 015b20a commit e243d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/add/access-key/index.php
Expand Up @@ -34,7 +34,7 @@
});

if (empty($apis_selected)) {
$errors[] = _('apis');
$errors[] = _('Permissions');
} else if (count($check_invalid_apis) > 0) {
//$errors[] = sprintf("%d apis not allowed", count($check_invalid_apis));
foreach ($check_invalid_apis as $api_name) {
Expand Down

0 comments on commit e243d34

Please sign in to comment.