diff --git a/assets/dsroot/custom-languages.php b/assets/dsroot/custom-languages.php index 5d92edb..040d9a8 100644 --- a/assets/dsroot/custom-languages.php +++ b/assets/dsroot/custom-languages.php @@ -49,7 +49,7 @@ $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'] = 'Enter your organization's name'; +$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.';