Hotfix - change calendar error message (#2643)

* Change calendar error message

* Change calendar error message

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
fix/1847-support-jitsi-self-hosted^2
Joe Au-Yeung 2022-04-28 16:45:27 -04:00 committed by GitHub
parent 59a1db9068
commit 02fb15228b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -139,7 +139,7 @@ function ConnectedCalendarsList(props: Props) {
) : (
<Alert
severity="warning"
title="Something went wrong"
title={t("calendar_error")}
message={item.error?.message}
actions={
<DisconnectIntegration

View File

@ -771,5 +771,6 @@
"impersonate":"Impersonate",
"impersonate_user_tip":"All uses of this feature is audited.",
"impersonating_user_warning":"Impersonating username \"{{user}}\".",
"impersonating_stop_instructions": "<0>Click Here to stop</0>."
"impersonating_stop_instructions": "<0>Click Here to stop</0>.",
"calendar_error": "Something went wrong, try reconnecting your calendar with all necessary permissions"
}