Changed button text from 'Delete' to 'Revoke' (#2982)
This commit is contained in:
parent
0c42896cdf
commit
8023b861b0
2 changed files with 2 additions and 1 deletions
|
@ -13,6 +13,7 @@
|
|||
"close": "Close",
|
||||
"delete": "Delete",
|
||||
"remove": "Remove",
|
||||
"revoke": "Revoke",
|
||||
"search": "Search",
|
||||
"key": "Key",
|
||||
"value": "Value",
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue