Browse Source

Fix typo.

wip 8.x-1.0-beta4
Alexander O'Neill 5 years ago
parent
commit
a04b8bf672
  1. 2
      media_attribution.module

2
media_attribution.module

@ -118,7 +118,7 @@ function media_attribution_preprocess_entity_embed_container(&$variables) {
$attribution_text['license'] = [
'#type' => 'link',
'#title' => $license_link['title'],
'#prefix' => ' ' . t('Licensec under') . ' ',
'#prefix' => ' ' . t('Licensed under') . ' ',
'#url' => Url::fromUri($license_link['uri']),
'#suffix' => '.',

Loading…
Cancel
Save