diff --git a/customindex/views/default/customindex/content.php b/customindex/views/default/customindex/content.php index a21ed5a385a6b279a2968ef8a9e370f28fd865b4..b237a821f5c9922a76a23f574c4bbf2bff118144 100644 --- a/customindex/views/default/customindex/content.php +++ b/customindex/views/default/customindex/content.php @@ -274,9 +274,9 @@ <div id="login-box"> <h2>Students, Faculty, Staff</h2> <?php - $form_body = "<p class=\"login-box\"><span>Have a my.UNL username and password?</span><br />"; + $form_body = "<p class=\"login-box\"><span>Use your my.UNL account to begin.</span><br />"; $form_body .= elgg_view('input/submit', array('value' => elgg_echo('UNL Login'))) . "</p>"; - $form_body .= "<p><a href=\"". $vars['url'] ."?loginwith=UNLlogin\">" . elgg_echo('register') . "</a> | <a href=\"https://login.unl.edu/faq/account-resetpw.shtml\">" . elgg_echo('user:password:lost') . "</a></p>"; + $form_body .= "<p><a href=\"https://login.unl.edu/faq/account-resetpw.shtml\">" . elgg_echo('user:password:lost') . "</a></p>"; echo elgg_view('input/form', array('body' => $form_body, 'action' => "". $vars['url'] ."?loginwith=UNLlogin")); ?> </div>