Skip to content

Commit

Permalink
OEL-2002: Make registration url link translatable.
Browse files Browse the repository at this point in the history
  • Loading branch information
drishu committed Sep 28, 2022
1 parent ff7ab81 commit a6ba78e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function _oe_whitelabel_starter_event_preprocess_links(array &$variables): void

$variables['links'] = [
[
'label' => 'Register',
'label' => t('Register'),
'path' => $url,
'icon_position' => 'before',
'icon' => [
Expand Down

0 comments on commit a6ba78e

Please sign in to comment.