diff --git a/public/locales/en-GB/app.json b/public/locales/en-GB/app.json index 938e4ff7..b2bfc56d 100644 --- a/public/locales/en-GB/app.json +++ b/public/locales/en-GB/app.json @@ -11,7 +11,8 @@ "<0>Already have an account?0><1><0>Log in0> Or <2>Access as a guest2>1>": "<0>Already have an account?0><1><0>Log in0> Or <2>Access as a guest2>1>", "<0>Create an account0> Or <2>Access as a guest2>": "<0>Create an account0> Or <2>Access as a guest2>", "<0>Join call now0><1>Or1><2>Copy call link and join later2>": "<0>Join call now0><1>Or1><2>Copy call link and join later2>", - "<0>Oops, something's gone wrong.0><1>Submitting debug logs will help us track down the problem.1>": "<0>Oops, something's gone wrong.0><1>Submitting debug logs will help us track down the problem.1>", + "<0>Oops, something's gone wrong.0>": "<0>Oops, something's gone wrong.0>", + "<0>Submitting debug logs will help us track down the problem.0>": "<0>Submitting debug logs will help us track down the problem.0>", "<0>Why not finish by setting up a password to keep your account?0><1>You'll be able to keep your name and set an avatar for use on future calls1>": "<0>Why not finish by setting up a password to keep your account?0><1>You'll be able to keep your name and set an avatar for use on future calls1>", "Accept camera/microphone permissions to join the call.": "Accept camera/microphone permissions to join the call.", "Accept microphone permissions to join the call.": "Accept microphone permissions to join the call.", diff --git a/src/FullScreenView.tsx b/src/FullScreenView.tsx index 4d4739c4..d3a1caf8 100644 --- a/src/FullScreenView.tsx +++ b/src/FullScreenView.tsx @@ -9,6 +9,7 @@ import { useSubmitRageshake } from "./settings/submit-rageshake"; import { ErrorMessage } from "./input/Input"; import styles from "./FullScreenView.module.css"; import { translatedError, TranslatedError } from "./TranslatedError"; +import { Config } from "./config/Config"; interface FullScreenViewProps { className?: string; @@ -98,7 +99,7 @@ export function CrashView() { logsComponent =