Geo Replicables List: Sentence casing UX fix

Why are we doing this work

Follow up from conversations with UX Papercuts team around better handling of the casing of words in the Geo Replicables List.

  • Breadcrumbs should be Project repositories, Package files, Dependency proxy blobs
  • In the empty state I think we could use dependency proxy blobs in both title and text
  • The docs link should be Geo troubleshooting

Relevant links

Screenshots

Implementation plan

  1. For each phrasing in the geo_replicables Vue app, update the casing to be sentenced case. We can use methods like captializeFirstLetter(). or .toLowerCase()
Edited by Zack Cuddy