Skip to content

Commit

Permalink
Merge pull request #6589 from openscholar/3181
Browse files Browse the repository at this point in the history
Update text to match ticket
  • Loading branch information
mpetrovic committed Sep 18, 2014
2 parents d82ca15 + 0a75e0e commit 12beb63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ function _os_pinserver_auth_vsite_private_file_settings(&$form, $form_state) {
'#type' => 'checkbox',
'#title' => t('Extend access to Harvard Community'),
'#default_value' => variable_get('os_files_private_pinserver', 0),
'#description' => t('By default, private files are only accessible to your site members. By extending access to Harvard Community, anyone with a valid Harvard ID can log in using the Harvard Pinserver to access your private files.'),
'#description' => t('By extending access to Harvard Community, anyone with a valid Harvard ID can log in using the Harvard Pinserver to access your private files.'),
'#weight' => 1,
);
}
Expand Down

0 comments on commit 12beb63

Please sign in to comment.