Description
This issue is automatically created based on existing pull request: #38598: Add explanatory titles to cache management buttons
Description
This Pull Request adds explanatory titles to cache management buttons on the Cache Management page. The added titles provide users with a better understanding of the functionality of each button, making their interaction with the cache management buttons more intuitive. These changes improve the user experience and provide a better understanding of the functionality of cache management buttons on the Magento admin page, because at first glance it is not clear what the difference between these two buttons is.
Changes
Added explanatory titles to the "Flush Cache Storage"
and "Flush Magento Cache"
buttons.
The title for the Flush Cache Storage
button when you move the cursor over it now explains that it performs similar actions as the bin/magento cache:flush
command:
The title for the Flush Magento Cache
button when you move the cursor over it now explains that it performs actions similar to the bin/magento cache:clean
command:
Contribution checklist (*)
- Pull request has a meaningful description of its purpose
- All commits are accompanied by meaningful commit messages
- All new or changed code is covered with unit/integration tests (if applicable)
- README.md files for modified modules are updated and included in the pull request if any README.md predefined sections require an update
- All automated tests passed successfully (all builds are green)
Activity