diff --git a/assets/dsroot/custom-header.php b/assets/dsroot/custom-header.php
index 710356b..561b516 100644
--- a/assets/dsroot/custom-header.php
+++ b/assets/dsroot/custom-header.php
@@ -91,15 +91,7 @@ function init(){
-
Thank you for visiting the ICMP!
-
- The ICMP is comprised of a set of services offered by Internet2 to support its mission of fostering the research and educational endeavors of its participants. The ICMP is operated by Internet2. If you have questions or need assistance, please send email to admin@incommon.org.
-
- You are being asked to authenticate with your home institution.
-
- NOTE: If you have login credentials at any of the Research and Education institutions in the list below, please use them for better access to ICMP-based services. If you do not have such credentials, you may opt to use Google from the list below to login to ICMP-based services.
-
-
+
Select an Identity Provider
diff --git a/assets/dsroot/custom-languages.php b/assets/dsroot/custom-languages.php
index 85d210d..5d92edb 100644
--- a/assets/dsroot/custom-languages.php
+++ b/assets/dsroot/custom-languages.php
@@ -35,7 +35,8 @@
$langStrings['en']['help'] = 'Help';// This string can be hidden by setting it to ''
$langStrings['en']['privacy'] = 'Data Privacy'; // This string can be hidden by setting it to ''
$langStrings['en']['title'] = 'Institution Selection';
-$langStrings['en']['header'] = 'Select your institution';
+//$langStrings['en']['header'] = 'Select your institution';
+$langStrings['en']['header'] = 'Please select a trusted identity provider from the list below by beginning to type in the edit box.';
$langStrings['en']['make_selection'] = 'You must select an institution.';
$langStrings['en']['settings'] = 'Default organization for this web browser';
$langStrings['en']['permanent_select_header'] = 'Permanently set your organization';
@@ -47,7 +48,8 @@
$langStrings['en']['permanently_remember_selection'] = 'Remember selection permanently and bypass this step from now on.';
$langStrings['en']['confirm_permanent_selection'] = 'Are you sure you want to make the selected organization your default organization? Don\'t proceed if you have several user accounts from multiple organizations.';
$langStrings['en']['save_button'] = 'Save';
-$langStrings['en']['access_host'] = 'In order to access the service %s please select or search for the institution that you are affiliated with.';
+//$langStrings['en']['access_host'] = 'In order to access the service %s please select or search for the institution that you are affiliated with.';
+$langStrings['en']['access_host'] = 'Enter your organization's name';
$langStrings['en']['select_idp'] = 'Select the organization you are affiliated with.';
$langStrings['en']['search_idp'] = 'Enter the name of the organization you are affiliated with...';
$langStrings['en']['remember_selection'] = 'Remember selection for this web browser session.';
@@ -58,7 +60,7 @@
$langStrings['en']['valid_request_description'] = 'A valid request needs at least the arguments shire and target with valid values. Optionally the arguments providerID, origin and redirect can be supplied to automtically redirect the web browser to an organization and to do that automatically for the current web browser session';
$langStrings['en']['valid_saml2_request_description'] = 'A valid SAML2 request needs at least the arguments entityID and return with valid values. Instead of the return argument, metadata for the Service Provider can include a DiscoveryResponse endpoint. Optionally the arguments isPassive, policy and returnIDParam can be supplied to automtically redirect the web browser to an organization and to do that automatically for the current web browser session';
$langStrings['en']['invalid_query'] = 'Error: Invalid Query';
-$langStrings['en']['select_button'] = 'Select';
+$langStrings['en']['select_button'] = 'Continue';
$langStrings['en']['login'] = 'Login';
$langStrings['en']['login_with'] = 'Login with:';
$langStrings['en']['other_federation'] = 'From other federations';
@@ -71,4 +73,4 @@
$langStrings['en']['no_idp_available'] = 'No organization available';
$langStrings['en']['last_used'] = 'Last used';
-?>
\ No newline at end of file
+?>