Changed button text from 'Delete' to 'Revoke' (#2982)

This commit is contained in:
Dominik Kawka 2022-07-25 12:09:13 +01:00 committed by GitHub
parent 0c42896cdf
commit 8023b861b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -13,6 +13,7 @@
"close": "Close",
"delete": "Delete",
"remove": "Remove",
"revoke": "Revoke",
"search": "Search",
"key": "Key",
"value": "Value",

View file

@ -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 {