From a04b8bf672c553b3104a64aab01bf35181eaf649 Mon Sep 17 00:00:00 2001 From: Alexander O'Neill Date: Tue, 4 Jun 2019 15:57:16 -0300 Subject: [PATCH] Fix typo. --- media_attribution.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media_attribution.module b/media_attribution.module index 94b483d..e0e1f78 100644 --- a/media_attribution.module +++ b/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' => '.',