Skip to content

Commit ec9462e

Browse files
lowercase the un needed uppercase words
1 parent e73e8e4 commit ec9462e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup/src/Magento/Setup/Model/Installer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -897,9 +897,9 @@ function ($value, string $key) use ($frontendCaches) {
897897
$this->log->log('Disabling caches:');
898898
$this->updateCaches(false, $frontendCaches);
899899
$this->handleDBSchemaData($setup, 'data', $request);
900-
$this->log->log('Enabling Caches:');
900+
$this->log->log('Enabling caches:');
901901
$this->updateCaches(true, $frontendCaches);
902-
$this->log->log('Return Disabled Caches to their old state:');
902+
$this->log->log('Return disabled caches back to their old state:');
903903
$this->updateCaches(false, array_keys($disabledCaches));
904904

905905
$registry->unregister('setup-mode-enabled');

0 commit comments

Comments
 (0)