diff --git a/public/resources/en/common.json b/public/resources/en/common.json index f3a7ac188c..95760e7331 100644 --- a/public/resources/en/common.json +++ b/public/resources/en/common.json @@ -13,6 +13,7 @@ "close": "Close", "delete": "Delete", "remove": "Remove", + "revoke": "Revoke", "search": "Search", "key": "Key", "value": "Value", diff --git a/src/user/UserConsents.tsx b/src/user/UserConsents.tsx index 3153778261..2ffc28f17f 100644 --- a/src/user/UserConsents.tsx +++ b/src/user/UserConsents.tsx @@ -65,7 +65,7 @@ export const UserConsents = () => { messageKey: t("users:revokeClientScopes", { clientId: selectedClient?.clientId, }), - continueButtonLabel: "common:delete", + continueButtonLabel: "common:revoke", continueButtonVariant: ButtonVariant.danger, onConfirm: async () => { try {