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

SDA-4774 - Display dynamic status message #2247

Merged
merged 3 commits into from
Jan 7, 2025

Conversation

KiranNiranjan
Copy link
Member

Backport of #2246

@@ -224,6 +224,8 @@
"Welcome": {
"Continue": "Continue",
"Enable Single Sign On": "Enable Single Sign On",
"Establishing a secure connection.": "Establishing a secure connection.",
"Unable to establish a secure mechanism.": "Unable to establish a secure mechanism.",
Copy link
Contributor

@sbenmoussati sbenmoussati Jan 6, 2025

Choose a reason for hiding this comment

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

I did a mistake while providing copy 😬

Suggested change
"Unable to establish a secure mechanism.": "Unable to establish a secure mechanism.",
"Unable to establish a secure connection.": "Unable to establish a secure connection.",

return i18n.t('Establishing a secure connection.', WELCOME_NAMESPACE)();
} else if (retryFailed) {
return i18n.t(
'Unable to establish a secure mechanism.',
Copy link
Contributor

Choose a reason for hiding this comment

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

same here, to be updated 😬

@KiranNiranjan KiranNiranjan merged commit cd0e727 into finos:25.1.x Jan 7, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants