Translate unknown call state

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2021-06-04 07:43:30 +02:00
parent ae54a8f546
commit 3b2d6d442f
No known key found for this signature in database
GPG Key ID: 9760693FDD98A790
2 changed files with 2 additions and 2 deletions

View File

@ -148,10 +148,9 @@ export default class CallEvent extends React.Component<IProps, IState> {
);
}
// XXX: Should we translate this?
return (
<div className="mx_CallEvent_content">
{ "The call is in an unknown state!" }
{ _t("The call is in an unknown state!") }
</div>
);
}

View File

@ -1810,6 +1810,7 @@
"This call has failed": "This call has failed",
"You missed this call": "You missed this call",
"Call back": "Call back",
"The call is in an unknown state!": "The call is in an unknown state!",
"Sunday": "Sunday",
"Monday": "Monday",
"Tuesday": "Tuesday",