diff --git a/core/modules/views_ui/src/Tests/ViewEditTest.php b/core/modules/views_ui/src/Tests/ViewEditTest.php index ba1e4fb..77db0a3 100644 --- a/core/modules/views_ui/src/Tests/ViewEditTest.php +++ b/core/modules/views_ui/src/Tests/ViewEditTest.php @@ -94,7 +94,7 @@ public function testEditFormOtherOptions() { $this->drupalGet('admin/structure/views/view/test_view'); $langcode_url = 'admin/structure/views/nojs/display/test_view/default/field_langcode'; $this->assertLinkByHref($langcode_url); - $this->assertLink(t('Language selected for !name', array('!name' => t('Content')))); + $this->assertLink(t('Language selected for !type', array('!type' => t('Content')))); // Click the link and check the form before language is added. $this->drupalGet($langcode_url); $this->assertResponse(200);