diff --git a/public/locales/en-GB/app.json b/public/locales/en-GB/app.json index 938e4ff..b2bfc56 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 11c5e2a..d3a1caf 100644 --- a/src/FullScreenView.tsx +++ b/src/FullScreenView.tsx @@ -116,10 +116,13 @@ export function CrashView() {

Oops, something's gone wrong.

- {Config.get().rageshake?.submit_url && ( -

Submitting debug logs will help us track down the problem.

- )}
+ {Config.get().rageshake?.submit_url && ( + +

Submitting debug logs will help us track down the problem.

+
+ )} +
{logsComponent}
{error && (