undo `` as its hard to read

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/4735/head
Michael Telatynski 2017-08-31 09:25:06 +01:00
parent d14f16f0e9
commit ce0861d5bd
No known key found for this signature in database
GPG Key ID: 3F879DA5AD802A5E
1 changed files with 1 additions and 1 deletions

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