diff --git a/locales/en/app.json b/locales/en/app.json index 694873de..08e5f0d2 100644 --- a/locales/en/app.json +++ b/locales/en/app.json @@ -51,7 +51,6 @@ "reactions": "Reactions", "reconnecting": "Reconnecting…", "settings": "Settings", - "technical_details": "Technical details", "unencrypted": "Not encrypted", "username": "Username", "video": "Video" @@ -237,6 +236,7 @@ "stop_video_button_label": "Stop video", "submitting": "Submitting…", "switch_camera": "Switch camera", + "technical_details": "", "unauthenticated_view_body": "Not registered yet? <2>Create an account", "unauthenticated_view_login_button": "Login to your account", "unauthenticated_view_ssla_caption": "By clicking \"Go\", you agree to our <2>Software and Services License Agreement (SSLA)", diff --git a/src/room/GroupCallErrorBoundary.tsx b/src/room/GroupCallErrorBoundary.tsx index bfe7de04..ab84678c 100644 --- a/src/room/GroupCallErrorBoundary.tsx +++ b/src/room/GroupCallErrorBoundary.tsx @@ -103,7 +103,7 @@ const ErrorPage: FC = ({ {technicalError ? (
- Technical details + {t("technical_details")}
               {technicalError.message}