Skip to content

Commit

Permalink
Add changeset file
Browse files Browse the repository at this point in the history
  • Loading branch information
NipuniBhagya committed Oct 26, 2023
1 parent a4aee6d commit 825f22c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .changeset/large-bees-camp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@wso2is/console": patch
"@wso2is/i18n": patch
---

Fix issue with OIDC scope list search
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 @@ -9282,7 +9282,7 @@ export const console: ConsoleNS = {
title: "Add a new OIDC Scope"
},
emptySearch: {
action: "View all",
action: "Clear search query",
subtitles: {
0: "We couldn't find the scope you searched for.",
1: "Please try a different name."
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 @@ -7538,7 +7538,7 @@ export const console: ConsoleNS = {
title: "Ajouter un nouveau scope OIDC"
},
emptySearch: {
action: "Voir tout",
action: "Effacer la requête de recherche",
subtitles: {
0: "Nous n'avons pas trouvé la portée que vous avez recherchée.",
1: "Veuillez essayer un autre nom."
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 @@ -7379,7 +7379,7 @@ export const console: ConsoleNS = {
title: "නව OIDC විෂය පථයක් එක් කරන්න"
},
emptySearch: {
action: "සියල්ල බලන්න",
action: "සෙවුම් විමසුම හිස් කරන්න",
subtitles: {
0: "ඔබ සෙවූ විෂය පථය අපට සොයාගත නොහැකි විය.",
1: "කරුණාකර වෙනත් නමක් උත්සාහ කරන්න."
Expand Down

0 comments on commit 825f22c

Please sign in to comment.