Skip to content

Commit

Permalink
Improve i18n strings
Browse files Browse the repository at this point in the history
  • Loading branch information
dasuni-30 committed Nov 1, 2023
1 parent b1c6733 commit cb509f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/i18n/src/translations/en-US/portals/console.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10167,7 +10167,7 @@ export const console: ConsoleNS = {
label: "Assigned application",
placeholder: "Select application to assign the role",
applicationSubTitle: {
application: "Support application-scoped roles ",
application: "Support application-scoped roles. ",
organization: "Support organization-scoped roles"
},
validations: {
Expand Down
2 changes: 1 addition & 1 deletion modules/i18n/src/translations/fr-FR/portals/console.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8398,7 +8398,7 @@ export const console: ConsoleNS = {
label: "Application attribuée",
placeholder: "Sélectionnez l'application pour attribuer le rôle",
applicationSubTitle: {
application: "Prise en charge des rôles à application ",
application: "Prise en charge des rôles à application. ",
organization: "Rôles de soutien à l'organisation"
},
validations: {
Expand Down
2 changes: 1 addition & 1 deletion modules/i18n/src/translations/si-LK/portals/console.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8219,7 +8219,7 @@ export const console: ConsoleNS = {
label: "පවරා ඇති අයදුම්පත",
placeholder: "භූමිකාව පැවරීම සඳහා අයදුම්පත තෝරන්න",
applicationSubTitle: {
application: "අයදුම්පත් සහිත භූමිකාවන් සහාය ",
application: "අයදුම්පත් සහිත භූමිකාවන් සහාය. ",
organization: "සංවිධාන භූමිකාවන් සහාය"
},
validations: {
Expand Down

0 comments on commit cb509f3

Please sign in to comment.