Skip to content
Snippets Groups Projects
Commit 04edfe28 authored by Ted Bowman's avatar Ted Bowman
Browse files

Issue #3272785 by tedbow: mispelling "Multisites"

parent 10142dba
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ class MultisiteValidator implements PreOperationStageValidatorInterface {
public function validateStagePreOperation(PreOperationStageEvent $event): void {
if ($this->isMultisite()) {
$event->addError([
$this->t('Multisites are not supported by Package Manager.'),
$this->t('Drupal multisite is not supported by Package Manager.'),
]);
}
}
......
......@@ -24,7 +24,7 @@ class MultisiteValidatorTest extends PackageManagerKernelTestBase {
TRUE,
[
ValidationResult::createError([
'Multisites are not supported by Package Manager.',
'Drupal multisite is not supported by Package Manager.',
]),
],
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment