- {error &&
{replaceHtmlEscapedSlashes(error)}}
+ {error && showError && (
+
+ setShowError(false)} />
+ {replaceHtmlEscapedSlashes(error)}
+
+ )}
{illustration}
{title}
diff --git a/apps/client/src/translations/en/translation.json b/apps/client/src/translations/en/translation.json
index fcdbfd7f83..5b0a3ec086 100644
--- a/apps/client/src/translations/en/translation.json
+++ b/apps/client/src/translations/en/translation.json
@@ -2270,6 +2270,7 @@
"server-password": "Password",
"proxy-server": "Proxy server (optional)",
"proxy-server-placeholder": "https://
:",
- "proxy-instruction": "If you leave proxy setting blank, system proxy will be used."
+ "proxy-instruction": "If you leave proxy setting blank, system proxy will be used.",
+ "dismiss-error": "Dismiss error"
}
}