diff --git a/web/add/access-key/index.php b/web/add/access-key/index.php index 7b953919b8..45fde66b57 100644 --- a/web/add/access-key/index.php +++ b/web/add/access-key/index.php @@ -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) {