fixup: i18n

This commit is contained in:
Valere
2026-05-06 18:03:48 +02:00
parent cc72283b08
commit 7a30693e5f
2 changed files with 2 additions and 2 deletions

View File

@@ -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</2>",
"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)</2>",

View File

@@ -103,7 +103,7 @@ const ErrorPage: FC<ErrorPageProps> = ({
{technicalError ? (
<details className={styles.technicalDetails}>
<summary className={styles.technicalDetailsSummary}>
Technical details
{t("technical_details")}
</summary>
<pre className={styles.technicalDetailsPre}>
{technicalError.message}