{t('remediation:fleet.filters.noMatch')}
+ +| {row.name} | {row.openPrCount} | diff --git a/frontend/src/i18n/types.ts b/frontend/src/i18n/types.ts index e07f4a7..2f5100b 100644 --- a/frontend/src/i18n/types.ts +++ b/frontend/src/i18n/types.ts @@ -899,6 +899,13 @@ export interface RemediationTranslations { eligible: string; empty: string; error: string; + filters: { + clear: string; + groupLabel: string; + noMatch: string; + onlyEligible: string; + onlyWithPrs: string; + }; notEligible: string; preview: string; tableLabel: string;