Translate unknown call state
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
ae54a8f546
commit
3b2d6d442f
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue