diff --git a/src/main/resources/theme/rciam/login/messages/messages_en.properties b/src/main/resources/theme/rciam/login/messages/messages_en.properties
index a16f905..54b81ff 100644
--- a/src/main/resources/theme/rciam/login/messages/messages_en.properties
+++ b/src/main/resources/theme/rciam/login/messages/messages_en.properties
@@ -9,4 +9,7 @@ oauthGrantInformation=Make sure you trust {0} by learning how it will handle you
acceptTerms=Acceptable User Policy
acceptTermsTxt=I agree to the
loginProfileTitle=Welcome! Sign up
-doSignUp=Sign Up
\ No newline at end of file
+loginProfileDescription=Please take a minute to sign up.\
+To make the sign-up process quicker and easier, some information has been pre-filled based on your authentication provider.\
+Please review, complete any missing details, and confirm your information.
+doSignUp=Sign Up
diff --git a/src/main/resources/theme/rciam/login/update-user-profile.ftl b/src/main/resources/theme/rciam/login/update-user-profile.ftl
index 6b49707..5dec8ac 100644
--- a/src/main/resources/theme/rciam/login/update-user-profile.ftl
+++ b/src/main/resources/theme/rciam/login/update-user-profile.ftl
@@ -3,10 +3,15 @@
<#import "register-commons.ftl" as registerCommons>
<@layout.registrationLayout displayMessage=messagesPerField.exists('global') displayRequiredFields=true; section>
<#if section = "header">
- ${msg("loginProfileTitle")}
+
${msg("loginProfileTitle")}
<#elseif section = "form">