mirror of
https://github.com/vector-im/element-web.git
synced 2025-11-01 00:31:20 +01:00
Translate unknown call state
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
ae54a8f546
commit
3b2d6d442f
@ -148,10 +148,9 @@ export default class CallEvent extends React.Component<IProps, IState> {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
// XXX: Should we translate this?
|
|
||||||
return (
|
return (
|
||||||
<div className="mx_CallEvent_content">
|
<div className="mx_CallEvent_content">
|
||||||
{ "The call is in an unknown state!" }
|
{ _t("The call is in an unknown state!") }
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1810,6 +1810,7 @@
|
|||||||
"This call has failed": "This call has failed",
|
"This call has failed": "This call has failed",
|
||||||
"You missed this call": "You missed this call",
|
"You missed this call": "You missed this call",
|
||||||
"Call back": "Call back",
|
"Call back": "Call back",
|
||||||
|
"The call is in an unknown state!": "The call is in an unknown state!",
|
||||||
"Sunday": "Sunday",
|
"Sunday": "Sunday",
|
||||||
"Monday": "Monday",
|
"Monday": "Monday",
|
||||||
"Tuesday": "Tuesday",
|
"Tuesday": "Tuesday",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user