summaryrefslogtreecommitdiffhomepage
path: root/gui
diff options
context:
space:
mode:
Diffstat (limited to 'gui')
-rw-r--r--gui/packages/desktop/src/renderer/components/Support.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/packages/desktop/src/renderer/components/Support.js b/gui/packages/desktop/src/renderer/components/Support.js
index 04bb21b566..8cbc584be7 100644
--- a/gui/packages/desktop/src/renderer/components/Support.js
+++ b/gui/packages/desktop/src/renderer/components/Support.js
@@ -290,7 +290,7 @@ export default class Support extends Component<SupportProps, SupportState> {
<Text style={styles.support__sent_message}>Thanks! We will look into this.</Text>
{this.state.email.trim().length > 0 ? (
<Text style={styles.support__sent_message}>
- If needed we will contact you on {'\u00A0'}
+ {'If needed we will contact you on '}
<Text style={styles.support__sent_email}>{this.state.email}</Text>
</Text>
) : null}