diff --git a/ethereal/assets/qml/wallet.qml b/ethereal/assets/qml/wallet.qml
index a9e309356..592698d8e 100644
--- a/ethereal/assets/qml/wallet.qml
+++ b/ethereal/assets/qml/wallet.qml
@@ -472,7 +472,7 @@ ApplicationWindow {
Text { text: '
Block details
'; color: "#F2F2F2"}
Text { text: 'Block number: ' + number; color: "#F2F2F2"}
Text { text: 'Hash: ' + hash; color: "#F2F2F2"}
- Text { text: 'Coinbase: <' + name + '> ' + coinbase; color: "#F2F2F2"}
+ Text { text: 'Coinbase: <' + name + '> ' + coinbase; color: "#F2F2F2"}
Text { text: 'Block found at: ' + prettyTime; color: "#F2F2F2"}
Text { text: 'Gas used: ' + gasUsed + " / " + gasLimit; color: "#F2F2F2"}
}