diff --git a/src/js/components/inviteForm.js b/src/js/components/inviteForm.js
index 07317ea..ed3a892 100644
--- a/src/js/components/inviteForm.js
+++ b/src/js/components/inviteForm.js
@@ -97,7 +97,7 @@ module.exports = React.createClass({
type='submit'
title='Lähetä'
disabled={this.state.error || this.state.submitted}>
- ⏎
+ Lähetä
diff --git a/src/styles/style.styl b/src/styles/style.styl
index 1b1747f..5fcf1b5 100644
--- a/src/styles/style.styl
+++ b/src/styles/style.styl
@@ -126,13 +126,12 @@ section:first-child
.invite-form
position relative
.btn
- width 40px
height 32px
- padding 0
+ padding 0 10px
position absolute
right 8px
top 7px
- color rgba(255, 255, 255, 0.5)
+ color #fff
&:active
border-bottom 0
.invite-form__loader