Skip to content

Commit

Permalink
Update userstore error message content
Browse files Browse the repository at this point in the history
  • Loading branch information
sumedhe committed Jan 7, 2021
1 parent 43251da commit 0d460f2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
6 changes: 3 additions & 3 deletions modules/i18n/src/translations/en-US/portals/console.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5949,10 +5949,10 @@ export const console: ConsoleNS = {
},
userstoreError: {
subtitles: {
0: "An error occurred while trying to fetch users from the userstore",
1: "Please make sure the connection details of the userstore are accurate."
0: "Couldn't fetch users from the userstore",
1: "Please try again"
},
title: "Couldn't fetch users from the userstore"
title: "Something went wrong"
}
},
userSessions: {
Expand Down
7 changes: 3 additions & 4 deletions modules/i18n/src/translations/fr-FR/portals/console.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5965,11 +5965,10 @@ export const console: ConsoleNS = {
},
userstoreError: {
subtitles: {
0: "Une erreur s'est produite lors de la tentative de récupération des utilisateurs dans " +
"l'annuaire'",
1: "Veuillez vous assurer que les informations de connexion à l'annuaire sont exactes."
0: "Impossible de récupérer les utilisateurs de la boutique d'utilisateurs",
1: "Veuillez réessayer"
},
title: "Impossible d'aller chercher les utilisateurs dans l'annuaire"
title: "Un problème est survenu"
}
},
userSessions: {
Expand Down
6 changes: 3 additions & 3 deletions modules/i18n/src/translations/si-LK/portals/console.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5972,10 +5972,10 @@ export const console: ConsoleNS = {
},
userstoreError: {
subtitles: {
0: "පරිශීලක වෙළඳසැලෙන් පරිශීලකයින් ගෙන්වා ගැනීමට උත්සාහ කිරීමේදී දෝෂයක් ඇතිවිය",
1: "කරුණාකර පරිශීලක වෙළඳසැලේ සම්බන්ධතා තොරතුරු නිවැරදි බවට වග බලා ගන්න."
0: "පරිශීලක වෙළඳසැලෙන් පරිශීලකයින් ගෙන්වා ගැනීමට නොහැකි විය",
1: "කරුණාකර නැවත උත්සාහ කරන්න"
},
title: "පරිශීලක වෙළඳසැලෙන් පරිශීලකයින් ගෙන්වා ගැනීමට නොහැකි විය"
title: "යම් දෝෂයක් ඇති වී ඇත!"
}
},
userSessions: {
Expand Down

0 comments on commit 0d460f2

Please sign in to comment.