Improve wording of the welcome e-mail a bit.
[arvados.git] / services / api / app / views / user_notifier / account_is_setup.text.erb
index 0f584c74372bd9bcdfda1c2d59dc48cd92d9b5e7..ba360c0119a9879f870dd63a889bf11d56088267 100644 (file)
@@ -1,6 +1,13 @@
+<% if not @user.full_name.empty? -%>
 <%= @user.full_name %>,
+<% else -%>
+Hi there,
+<% end -%>
 
-Your Arvados account has been set up. You can log in here using your
-Google account (<%= @user.email %>):
+Your Arvados account has been set up. You can log in with your Google account
+associated with the e-mail address <%= @user.email %> at:
 
-<%= Rails.configuration.workbench_address %>
+  <%= Rails.configuration.workbench_address %>
+
+Thanks,
+The Arvados team.