Skip to content

Commit

Permalink
Merge pull request #7037 from DonOmalVindula/fix/24000-1
Browse files Browse the repository at this point in the history
Add missing 18n strings
  • Loading branch information
DonOmalVindula authored Oct 24, 2024
2 parents 87ca347 + 890bc99 commit 821a7d8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/fast-planets-arrive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wso2is/i18n": patch
---

Add missing 18n strings
1 change: 1 addition & 0 deletions modules/i18n/src/models/namespaces/api-resources-ns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ export interface ApiResourcesNS {
};
permission: {
emptyValidate: string;
errorOccurred: string;
uniqueValidate: string;
invalid: string;
label: string;
Expand Down
3 changes: 2 additions & 1 deletion modules/i18n/src/translations/en-US/portals/api-resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ export const apiResources: ApiResourcesNS = {
label: "Scope",
placeholder: "read_bookings",
uniqueValidate: "This scope already exists in the organization. "+
"Please choose a different one."
"Please choose a different one.",
errorOccurred: "An error occurred while validating the scopes."
},
permissionList: {
label: "Added Scopes"
Expand Down

0 comments on commit 821a7d8

Please sign in to comment.