diff --git a/core/modules/content_translation/src/Tests/ContentTranslationEnableTest.php b/core/modules/content_translation/src/Tests/ContentTranslationEnableTest.php index 0667409..906ccd1 100644 --- a/core/modules/content_translation/src/Tests/ContentTranslationEnableTest.php +++ b/core/modules/content_translation/src/Tests/ContentTranslationEnableTest.php @@ -35,7 +35,7 @@ public function testEnable() { $this->drupalPostForm('admin/modules', $edit, t('Install')); // Status messages are shown. - $this->assertText(t('Be sure to add at least two languages to translate content.')); + $this->assertText(t('This site has only a single language enabled. Add at least one more language in order to translate content.')); $this->assertText(t('Enable translation for content types, taxonomy vocabularies, accounts, or any other element you wish to translate.')); // No pending updates should be available.