You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(dashboard): extract 152+ hardcoded aria-labels to i18n (batch 3)
- Replace hardcoded aria-label strings with t('aria.keyName') across 70 files
- Add useT mock to test setup with English catalog resolution + param substitution
- Add missing catalog keys: aria.searchPipelines, pipelines.sortBy
- Fix PipelinesPage: use searchPipelines instead of searchSessions
- Fix test assertions: update static analysis patterns for i18n keys
- Update OverviewPage test mock to resolve from catalog
- TSC clean, 128 test files pass, build green
Refs: #3229
0 commit comments