undo `` as its hard to read
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/4735/head
parent
d14f16f0e9
commit
ce0861d5bd
|
@ -61,7 +61,7 @@ class SendCustomEvent extends React.Component {
|
||||||
await this.send(content);
|
await this.send(content);
|
||||||
message = _t('Event sent!');
|
message = _t('Event sent!');
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
message = `${_t('Failed to send custom event.')} (${e.toString()})`;
|
message = _t('Failed to send custom event.') + ' (' + e.toString() + ')';
|
||||||
}
|
}
|
||||||
this.setState({ message });
|
this.setState({ message });
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue