Skip to content
Snippets Groups Projects
Unverified Commit 99304f56 authored by Ted Bowman's avatar Ted Bowman
Browse files

Contrib: Issue #3272785 by tedbow: mispelling "Multisites" -...

Contrib: Issue #3272785 by tedbow: mispelling "Multisites" - project/automatic_updates@04edfe28
parent 4e17715c
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,6 @@ auto_updates.confirmation_page: ...@@ -14,7 +14,6 @@ auto_updates.confirmation_page:
_title: 'Ready to update' _title: 'Ready to update'
requirements: requirements:
_permission: 'administer software updates' _permission: 'administer software updates'
_access_update_manager: 'TRUE'
options: options:
_maintenance_access: TRUE _maintenance_access: TRUE
auto_updates.finish: auto_updates.finish:
......
...@@ -41,7 +41,7 @@ public function __construct(PathLocator $path_locator, TranslationInterface $tra ...@@ -41,7 +41,7 @@ public function __construct(PathLocator $path_locator, TranslationInterface $tra
public function validateStagePreOperation(PreOperationStageEvent $event): void { public function validateStagePreOperation(PreOperationStageEvent $event): void {
if ($this->isMultisite()) { if ($this->isMultisite()) {
$event->addError([ $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 @@ public function providerMultisite(): array { ...@@ -24,7 +24,7 @@ public function providerMultisite(): array {
TRUE, TRUE,
[ [
ValidationResult::createError([ 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