diff --git a/app/views/invitations/edit.html.haml b/app/views/invitations/edit.html.haml
index 494509619..ca4047ff3 100644
--- a/app/views/invitations/edit.html.haml
+++ b/app/views/invitations/edit.html.haml
@@ -7,7 +7,7 @@
%br
%br
%h1
- = t('users.getting_started.welcome')
+ = t('welcome')
%h3.accept_invitation_text
= t('.accept_your_invitation')
- flash.each do |name, msg|
diff --git a/app/views/registrations/new.html.haml b/app/views/registrations/new.html.haml
index b36826aec..012aa79be 100644
--- a/app/views/registrations/new.html.haml
+++ b/app/views/registrations/new.html.haml
@@ -8,7 +8,7 @@
%br
%br
%h1
- = t('users.getting_started.welcome')
+ = t('welcome')
%h3.accept_invitation_text
= t('.sign_up_message')
- flash.each do |name, msg|
diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml
index af3a3e7c6..fd9c7885e 100644
--- a/config/locales/diaspora/en.yml
+++ b/config/locales/diaspora/en.yml
@@ -38,7 +38,7 @@ en:
all_aspects: "All Aspects"
no_results: "No Results Found"
_contacts: "Contacts"
-
+ welcome: "Welcome!"
#for reference translation, the real activerecord english transations are actually
#in en-US, en-GB, and en-AU yml files