-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Add explanatory titles to cache management buttons #38598
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 2.4-develop
Are you sure you want to change the base?
Add explanatory titles to cache management buttons #38598
Conversation
Hi @YevhenZvieriev. Thank you for your contribution! Add the comment under your pull request to deploy test or vanilla Magento instance:
❗ Automated tests can be triggered manually with an appropriate comment:
Allowed build names are:
You can find more information about the builds here For more details, review the Code Contributions documentation. |
@magento create issue |
@magento run all tests |
I don't think this is a good idea, the admin interface is often used by people who have no idea what If you can find some well written description in English that can explain the difference between the buttons better, without using too many technical terms, then I think it would be better then mentioning developer specific jargon. But that's just my opinion. |
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
andFlush 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 thebin/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 thebin/magento cache:clean
command:Contribution checklist (*)
Resolved issues: