diff --git a/app/code/Magento/Backend/Block/Cache.php b/app/code/Magento/Backend/Block/Cache.php index 82c36bf3a1fe4..2a4f233b373c2 100644 --- a/app/code/Magento/Backend/Block/Cache.php +++ b/app/code/Magento/Backend/Block/Cache.php @@ -27,7 +27,7 @@ protected function _construct() $this->buttonList->add( 'flush_magento', [ - 'label' => __('Flush Magento Cache'), + 'label' => __('Clean Magento Cache'), 'onclick' => 'setLocation(\'' . $this->getFlushSystemUrl() . '\')', 'class' => 'primary flush-cache-magento' ] diff --git a/app/code/Magento/Backend/etc/acl.xml b/app/code/Magento/Backend/etc/acl.xml index 693b6025896f0..066687a940a39 100644 --- a/app/code/Magento/Backend/etc/acl.xml +++ b/app/code/Magento/Backend/etc/acl.xml @@ -41,7 +41,7 @@ - + diff --git a/app/code/Magento/Backend/i18n/en_US.csv b/app/code/Magento/Backend/i18n/en_US.csv index b72db96d6a590..57c27536810aa 100644 --- a/app/code/Magento/Backend/i18n/en_US.csv +++ b/app/code/Magento/Backend/i18n/en_US.csv @@ -3,7 +3,7 @@ "Cache Storage Management","Cache Storage Management" "Flush Magento Cache","Flush Magento Cache" "The cache storage may contain additional data. Are you sure that you want to flush it?","The cache storage may contain additional data. Are you sure that you want to flush it?" -"Flush Cache Storage","Flush Cache Storage" +"Clean Cache Storage","Clean Cache Storage" Invalidated,Invalidated Orders,Orders Amounts,Amounts diff --git a/app/code/Magento/PageCache/Test/Mftf/ActionGroup/ClearCacheActionGroup.xml b/app/code/Magento/PageCache/Test/Mftf/ActionGroup/ClearCacheActionGroup.xml index ea76b133bb414..11ec4ca45231d 100644 --- a/app/code/Magento/PageCache/Test/Mftf/ActionGroup/ClearCacheActionGroup.xml +++ b/app/code/Magento/PageCache/Test/Mftf/ActionGroup/ClearCacheActionGroup.xml @@ -10,7 +10,7 @@ xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd"> - Goes to the Admin Cache Management page. Clicks on 'Flush Magento Cache'. + Goes to the Admin Cache Management page. Clicks on 'Clean Magento Cache'.