From e243d341c2411583e3340120a4537de6d192d891 Mon Sep 17 00:00:00 2001 From: Jaap Marcus <9754650+jaapmarcus@users.noreply.github.com> Date: Mon, 25 Apr 2022 19:33:16 +0200 Subject: [PATCH] Rename field in error message (#2541) --- web/add/access-key/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {