undo `` as its hard to read

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2017-08-31 09:25:06 +01:00
parent d14f16f0e9
commit ce0861d5bd

View File

@@ -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 });
}