diff --git a/app/frontend/templates/panel/panel_edit_user_apikeys.html b/app/frontend/templates/panel/panel_edit_user_apikeys.html
index b1b179ef..76fa780b 100644
--- a/app/frontend/templates/panel/panel_edit_user_apikeys.html
+++ b/app/frontend/templates/panel/panel_edit_user_apikeys.html
@@ -58,7 +58,7 @@
{{ translate('apiKeys', 'name', data['lang']) }} |
{{ translate('apiKeys', 'created', data['lang']) }} |
- {{ translate('apiKeys', 'superUser', data['lang']) }} |
+ {{ translate('apiKeys', 'fullAccess', data['lang']) }} |
{{ translate('apiKeys', 'perms', data['lang']) }} |
{{ translate('apiKeys', 'buttons', data['lang']) }} |
@@ -164,7 +164,7 @@
-
+
diff --git a/app/translations/en_EN.json b/app/translations/en_EN.json
index 5c48b873..cdc4cbf2 100644
--- a/app/translations/en_EN.json
+++ b/app/translations/en_EN.json
@@ -28,7 +28,7 @@
"permName": "Permission Name",
"perms": "Permissions",
"server": "Server: ",
- "superUser": "Super User",
+ "fullAccess": "Full Access",
"yes": "Yes"
},
"base": {
@@ -671,4 +671,4 @@
"webhook_body": "Webhook Body",
"webhooks": "Webhooks"
}
-}
+}
\ No newline at end of file