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?<1><0>Log in Or <2>Access as a guest": "<0>Already have an account?<1><0>Log in Or <2>Access as a guest", "<0>Create an account Or <2>Access as a guest": "<0>Create an account Or <2>Access as a guest", "<0>Join call now<1>Or<2>Copy call link and join later": "<0>Join call now<1>Or<2>Copy call link and join later", - "<0>Oops, something's gone wrong.<1>Submitting debug logs will help us track down the problem.": "<0>Oops, something's gone wrong.<1>Submitting debug logs will help us track down the problem.", + "<0>Oops, something's gone wrong.": "<0>Oops, something's gone wrong.", + "<0>Submitting debug logs will help us track down the problem.": "<0>Submitting debug logs will help us track down the problem.", "<0>Why not finish by setting up a password to keep your account?<1>You'll be able to keep your name and set an avatar for use on future calls": "<0>Why not finish by setting up a password to keep your account?<1>You'll be able to keep your name and set an avatar for use on future calls", "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 =
{t("Thanks! We'll get right on it.")}
; } else if (sending) { logsComponent =
{t("Sending…")}
; - } else { + } else if (Config.get().rageshake?.submit_url) { logsComponent = (