Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify Authentication Type label name to Authentication Scheme in Action UI #6845

Merged
merged 1 commit into from
Aug 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about "Authentication Method" instead? That's more comprehensive than "Scheme" IMO.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was suggested by @johannnallathamby and @malithie as this is the term that is used in other similar places

placeholder: "Select Authentication Scheme",
validations: {
empty: "Authentication Type is a required field."
empty: "Authentication Scheme is a required field."
}
},
endpoint: {
Expand Down
Loading