Skip to content
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

Change error message in adaptive card for LoginUI failure #77

Merged
merged 2 commits into from
May 13, 2023

Conversation

ssparach
Copy link
Contributor

Description

This PR changes the error message on the failing LoginUI per PM suggestions.

Validation

Force replication in debugger to see failure card

Before:
image

After:
image

References

ADO item# 44597703

@ssparach
Copy link
Contributor Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@@ -337,16 +337,6 @@ internal string GetLoginUITemplate(string loginUIState)
{
""type"": ""TextBlock"",
""text"": """ + $"{loader.GetString("LoginUI_LoginFailedPage_text2")}" + @""",
""text"": ""Make sure your inputs are correct."",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will these texts be localized

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, the texts shown on the card are localized. This text present here in the adaptivecard json is a bug. The localized version of this text is being removed as part of this PR to improve the error message as well. Thanks!

@ssparach
Copy link
Contributor Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ssparach ssparach merged commit baaecc0 into main May 13, 2023
10 checks passed
@ssparach ssparach deleted the ChangeErrorMessage branch May 22, 2023 18:16
EricJohnson327 pushed a commit that referenced this pull request Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants