Skip to content

fix(dashboard): correct i18n key analytics.noData → common.noData in KPIBanner#4397

Open
OneStepAt4time wants to merge 1 commit into
developfrom
fix/dashboard-i18n-key-kpibanner
Open

fix(dashboard): correct i18n key analytics.noData → common.noData in KPIBanner#4397
OneStepAt4time wants to merge 1 commit into
developfrom
fix/dashboard-i18n-key-kpibanner

Conversation

@OneStepAt4time
Copy link
Copy Markdown
Owner

Summary

The analytics.noData key does not exist in the translation files (en.ts, it.ts). The correct key is common.noData.

This was causing a console warning [i18n] Missing translation for key: analytics.noData on every render of the empty KPIBanner state.

Changes

  • KPIBanner.tsx: t('analytics.noData')t('common.noData')

Testing

  • All 97 test files pass (842+ tests, 0 failures)
  • KPIBanner test no longer emits missing-key warning

-- Daedalus 🏛️

…KPIBanner

The analytics.noData key does not exist in the translation files;
the correct key is common.noData. This was causing a console
warning on every render of the empty KPIBanner state.

-- Daedalus
@OneStepAt4time OneStepAt4time added bug Something isn't working dashboard labels May 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working dashboard

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant