Skip to content

Commit 68fa312

Browse files
jacob.embreeBalazs Dianiska
authored andcommitted
Issue #2272499 by lazly, jacob.embree: Make "Federated Log in" link translatable
1 parent a5456c1 commit 68fa312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simplesamlphp_auth.module

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ function simplesamlphp_auth_form_alter(&$form, $form_state, $form_id) {
239239
return;
240240
}
241241

242-
$link = l('Federated Log In', 'saml_login');
242+
$link = l(t('Federated Log In'), 'saml_login');
243243

244244
// Add SAML login link to user login form.
245245
if ($form_id == 'user_login_block' || $form_id == 'user_account_form') {

0 commit comments

Comments
 (0)