You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
apps/web/src/components/UI/ErrorPage.tsx:24 — the string Please include the following information in your report: is rendered raw instead of through t(). Every other string in the same block is translated.
apps/web/src/components/UI/ErrorPage.tsx:24— the stringPlease include the following information in your report:is rendered raw instead of throught(). Every other string in the same block is translated.Add a translation key and wrap in
t().