-
Notifications
You must be signed in to change notification settings - Fork 260
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
Add Invalid Org Discovery Type Error Message #6797
Add Invalid Org Discovery Type Error Message #6797
Conversation
🦋 Changeset detectedThe changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. |
@@ -243,8 +243,8 @@ authentication.context.null=Pardon! Nous avons dû interrompre votre connexion | |||
authentication.context.null.description=Cela se produit généralement en raison dun long retard ou dune action irrégulière dans votre processus de connexion. Recommençons et réessayons de nous connecter. Si le problème persiste, veuillez contacter votre administrateur. | |||
authentication.flow.timeout=Pardon! Votre tentative de connexion a pris trop de temps | |||
authentication.flow.timeout.description=Il semble que le processus de connexion s'est terminé en raison du retard. Recommençons. Si ce problème persiste, veuillez contacter l'administrateur. | |||
authentication.flow.app.disabled=D�sol�! L'application est d�sactiv�e. | |||
authentication.flow.app.disabled.description=Il semble que l'application soit d�sactiv�e et que l'acc�s � l'application soit restreint. Veuillez contacter votre administrateur. | |||
authentication.flow.app.disabled=Désolé! L'application est désactivée. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this change expected?
@@ -502,6 +502,7 @@ organization.login=Connexion de l'organisation | |||
organization.name=Nom de l'organisation | |||
organization.email=E-mail de l'organisation | |||
invalid.organization.discovery.input=Impossible d'identifier l'organisation. Veuillez fournir le nom de l'organisation pour continuer. | |||
invalid.organization.discovery.type=Le type de découverte d’organisation donné n’est pas valide ou n’est pas activé. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I noticed some unusual characters in this text. Could you double-check to ensure everything is correct? If you're using IntelliJ to edit the text, you might want to try using VS Code instead. Also, please check other languages as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unusual characters in the github diff should be due to Github using UTF-8 for the UI and some french characters need different encoding. That should be expected.
|
Purpose
Related Issues
Related PRs
Checklist
Security checks