You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2026-01-03 21:42:32 +03:00
Remove white space characters before the horizontal ellipsis (#10130)
This commit is contained in:
@@ -138,9 +138,9 @@ export default class MKeyVerificationRequest extends React.Component<IProps> {
|
||||
} else if (request.cancelled) {
|
||||
stateLabel = this.cancelledLabel(request.cancellingUserId);
|
||||
} else if (request.accepting) {
|
||||
stateLabel = _t("Accepting …");
|
||||
stateLabel = _t("Accepting…");
|
||||
} else if (request.declining) {
|
||||
stateLabel = _t("Declining …");
|
||||
stateLabel = _t("Declining…");
|
||||
}
|
||||
stateNode = <div className="mx_cryptoEvent_state">{stateLabel}</div>;
|
||||
}
|
||||
|
||||
@@ -2396,8 +2396,7 @@
|
||||
"You cancelled": "You cancelled",
|
||||
"%(name)s declined": "%(name)s declined",
|
||||
"%(name)s cancelled": "%(name)s cancelled",
|
||||
"Accepting …": "Accepting …",
|
||||
"Declining …": "Declining …",
|
||||
"Declining…": "Declining…",
|
||||
"%(name)s wants to verify": "%(name)s wants to verify",
|
||||
"You sent a verification request": "You sent a verification request",
|
||||
"Expand map": "Expand map",
|
||||
|
||||
Reference in New Issue
Block a user