diff --git a/source/components/conversation/SendButton.js b/source/components/conversation/SendButton.js index b98d2c3f0..6477ed0e8 100644 --- a/source/components/conversation/SendButton.js +++ b/source/components/conversation/SendButton.js @@ -24,7 +24,7 @@ export default compose(withTranslation())( render() { let { disabled } = this.props return ( - Entrée - + ) } }