From 75aba2e7f0640a13c3ef6dd11d4c0a5463006056 Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Wed, 14 Oct 2020 23:30:56 +0100
Subject: [PATCH] Issue #3008028 follow-up: Migrate D7 i18n menu links

---
 .../Kernel/Plugin/migrate/source/d7/MenuLinkLocalizedTest.php   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/d7/MenuLinkLocalizedTest.php b/core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/d7/MenuLinkLocalizedTest.php
index ab0028deee5a..fa95d058df03 100644
--- a/core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/d7/MenuLinkLocalizedTest.php
+++ b/core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/d7/MenuLinkLocalizedTest.php
@@ -90,7 +90,7 @@ public function providerSource() {
         'link_path' => 'https://duckduckgo.com/',
         'router_path' => '',
         'link_title' => 'DuckDuckGo',
-        'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:21:"Duckduckgo";}}',
+        'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:21:"DuckDuckGo";}}',
         'module' => 'menu',
         'hidden' => 0,
         'external' => 1,
-- 
GitLab