diff --git a/app/helpers/welcome_message_helper.rb b/app/helpers/welcome_message_helper.rb index aae14d4b1..e2226e50c 100644 --- a/app/helpers/welcome_message_helper.rb +++ b/app/helpers/welcome_message_helper.rb @@ -27,7 +27,8 @@ def welcome_messages 'You rock!', "You are invaluable - keep it up!!", "You're a real gem - the client_finder gem team", - "Outstading job! Keep up the hard work!" + "Outstanding job! Keep up the hard work!", + "Keep up the Good Work" ] end end