>
diff --git a/cms/templates/js/transcript-organization-credentials.underscore b/cms/templates/js/transcript-organization-credentials.underscore
index e94974d493..9e8db2708f 100644
--- a/cms/templates/js/transcript-organization-credentials.underscore
+++ b/cms/templates/js/transcript-organization-credentials.underscore
@@ -2,9 +2,9 @@
<% if (organizationCredentialsExists) { %>
-
<%- gettext("By entering the set of credntials below, you will be overwriting your organization's credentials.") %>
+
<%- gettext("This action updates the {provider} information for your entire organization.").replace('{provider}', selectedProvider.name) %>
<% } else { %>
-
<%- gettext("Please enter your organization's account information. Remember that all courses in your organization will use this account.") %>
+
<%- gettext("Enter the account information for your organization.") %>
<% } %>