Update tooltip to "Export as CSV"
What does this MR do and why?
This change updates the tooltip for the export button on the Explore / Dependency list
page from "Export as JSON" to "Export as CSV".
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Before | After |
---|---|
How to set up and validate locally
- In rails console enable the experiment fully
Feature.enable(:explore_dependencies)
- Visit
http://127.0.0.1:3000/explore/dependencies
- Hover over the
Export
button.