undo `` as its hard to read
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@@ -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 });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user