diff --git a/.changeset/green-camels-begin.md b/.changeset/green-camels-begin.md new file mode 100644 index 00000000000..6253591990e --- /dev/null +++ b/.changeset/green-camels-begin.md @@ -0,0 +1,5 @@ +--- +"@wso2is/i18n": patch +--- + +Modify Authentication Type label name in action ui diff --git a/modules/i18n/src/translations/en-US/portals/actions.ts b/modules/i18n/src/translations/en-US/portals/actions.ts index 3eac5abf7a4..b81e99a7d83 100644 --- a/modules/i18n/src/translations/en-US/portals/actions.ts +++ b/modules/i18n/src/translations/en-US/portals/actions.ts @@ -113,10 +113,10 @@ export const actions: actionsNS = { create: "Once added, these secrets will not be displayed. You will only be able to reset them.", update: "Once updated, these secrets will not be displayed. You will only be able to reset them again." }, - label: "Authentication Type", - placeholder: "Select Authentication Type", + label: "Authentication Scheme", + placeholder: "Select Authentication Scheme", validations: { - empty: "Authentication Type is a required field." + empty: "Authentication Scheme is a required field." } }, endpoint: {