From 45d513218901baa1a1d079758dc432e9be4663df Mon Sep 17 00:00:00 2001 From: Ward Vandewege Date: Wed, 7 Nov 2018 10:58:36 -0500 Subject: [PATCH] In the notification e-mail to the user that a shell account has been created, change the title of the e-mail to mention Arvados instead of Curoverse. No issue # Arvados-DCO-1.1-Signed-off-by: Ward Vandewege --- services/api/app/mailers/user_notifier.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/api/app/mailers/user_notifier.rb b/services/api/app/mailers/user_notifier.rb index 35a19b136c..5fb7036bf2 100644 --- a/services/api/app/mailers/user_notifier.rb +++ b/services/api/app/mailers/user_notifier.rb @@ -9,7 +9,7 @@ class UserNotifier < ActionMailer::Base def account_is_setup(user) @user = user - mail(to: user.email, subject: 'Welcome to Curoverse - shell account enabled') + mail(to: user.email, subject: 'Welcome to Arvados - shell account enabled') end end -- 2.30.2