From 5f38ad6f42c0068137217c6af23b7a900e8c769d Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Tue, 31 Jul 2018 00:08:40 -0400 Subject: [PATCH] bug fix --- assets/dsroot/custom-languages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.';