mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
undo `` as its hard to read
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
d14f16f0e9
commit
ce0861d5bd
@ -61,7 +61,7 @@ class SendCustomEvent extends React.Component {
|
||||
await this.send(content);
|
||||
message = _t('Event sent!');
|
||||
} catch (e) {
|
||||
message = `${_t('Failed to send custom event.')} (${e.toString()})`;
|
||||
message = _t('Failed to send custom event.') + ' (' + e.toString() + ')';
|
||||
}
|
||||
this.setState({ message });
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user