You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Translate unknown call state
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user