Skip to content

fix(dashboards): Ensure consistent casing in pre-built dashboard widget titles#111515

Merged
gggritso merged 2 commits intomasterfrom
georgegritsouk/dain-1410-ensure-consistent-casing-in-titles-of-all-pre-built
Mar 25, 2026
Merged

fix(dashboards): Ensure consistent casing in pre-built dashboard widget titles#111515
gggritso merged 2 commits intomasterfrom
georgegritsouk/dain-1410-ensure-consistent-casing-in-titles-of-all-pre-built

Conversation

@gggritso
Copy link
Member

@gggritso gggritso commented Mar 25, 2026

Fix capitalization inconsistencies across all pre-built dashboard widget titles (and some aliases).

Titles like "Api Latency" and "Http Method" were using incorrect casing for acronyms, some titles used sentence case instead of title case, prepositions were inconsistently capitalized, and "Avg."/"Avg" was used instead of "Average". This PR standardizes all widget titles to use proper title case with correct acronym capitalization.

Refs DAIN-1410

…et titles

Fix capitalization inconsistencies across all pre-built dashboard
widget titles:

- Capitalize acronyms: "Api Latency" → "API Latency",
  "Http Method" → "HTTP Method"
- Lowercase prepositions in title case: "Time To First Byte" →
  "Time to First Byte", "Rate By Project" → "Rate by Project"
- Use title case consistently: "Transactions with query" →
  "Transactions with Query", "Pages containing this asset" →
  "Pages Containing This Asset"
- Expand abbreviations: "Avg." / "Avg" → "Average" in widget titles
- Add missing t() i18n wrappers on untranslated widget titles

Refs DAIN-1410
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@gggritso gggritso requested a review from a team as a code owner March 25, 2026 13:18
@linear-code
Copy link

linear-code bot commented Mar 25, 2026

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Mar 25, 2026
@gggritso gggritso merged commit 4e79ede into master Mar 25, 2026
70 checks passed
@gggritso gggritso deleted the georgegritsouk/dain-1410-ensure-consistent-casing-in-titles-of-all-pre-built branch March 25, 2026 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants