Skip to content

Commit

Permalink
Merge pull request #6845 from ashanthamara/actions
Browse files Browse the repository at this point in the history
Modify Authentication Type label name to `Authentication Scheme` in Action UI
  • Loading branch information
ashanthamara authored Aug 31, 2024
2 parents 622f87c + 4782464 commit 474a766
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/green-camels-begin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wso2is/i18n": patch
---

Modify Authentication Type label name in action ui
6 changes: 3 additions & 3 deletions modules/i18n/src/translations/en-US/portals/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 474a766

Please sign in to comment.