Skip to content

Update tooltip to "Export as CSV"

mo khan requested to merge mokhax/438743/export-as-csv into master

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".

#438743 (closed)

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
before after

How to set up and validate locally

  1. In rails console enable the experiment fully
    Feature.enable(:explore_dependencies)
  2. Visit http://127.0.0.1:3000/explore/dependencies
  3. Hover over the Export button.

Merge request reports