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",
|
"close": "Close",
|
||||||
"delete": "Delete",
|
"delete": "Delete",
|
||||||
"remove": "Remove",
|
"remove": "Remove",
|
||||||
|
"revoke": "Revoke",
|
||||||
"search": "Search",
|
"search": "Search",
|
||||||
"key": "Key",
|
"key": "Key",
|
||||||
"value": "Value",
|
"value": "Value",
|
||||||
|
|
|
@ -65,7 +65,7 @@ export const UserConsents = () => {
|
||||||
messageKey: t("users:revokeClientScopes", {
|
messageKey: t("users:revokeClientScopes", {
|
||||||
clientId: selectedClient?.clientId,
|
clientId: selectedClient?.clientId,
|
||||||
}),
|
}),
|
||||||
continueButtonLabel: "common:delete",
|
continueButtonLabel: "common:revoke",
|
||||||
continueButtonVariant: ButtonVariant.danger,
|
continueButtonVariant: ButtonVariant.danger,
|
||||||
onConfirm: async () => {
|
onConfirm: async () => {
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in a new issue