Tweak copy
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
7c805501bc
commit
a2c7035163
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ export default class CallEvent extends React.Component<IProps, IState> {
|
|||
const weDeclinedCall = MatrixClientPeg.get().getUserId() === rejectParty;
|
||||
return (
|
||||
<div className="mx_CallEvent_content">
|
||||
{ weDeclinedCall ? _t("You declined this call") : _t("The other party declined this call") }
|
||||
{ weDeclinedCall ? _t("You declined this call") : _t("The remote side declined this call") }
|
||||
{ this.renderCallBackButton(weDeclinedCall ? _t("Call back") : _t("Call again")) }
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue