mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-15 18:49:21 +00:00
I18n'ise hardcoded strings
This commit is contained in:
@@ -71,7 +71,7 @@ export const ErrorView: FC<ErrorViewProps> = ({ error }) => {
|
||||
|
||||
return (
|
||||
<FullScreenView>
|
||||
<h1>Error</h1>
|
||||
<h1>{t("common.error")}</h1>
|
||||
<p>
|
||||
{error instanceof TranslatedError
|
||||
? error.translatedMessage
|
||||
|
||||
Reference in New Issue
Block a user