diff --git a/src/widgets/reports/ReportLanguageScopeIssues.tsx b/src/widgets/reports/ReportLanguageScopeIssues.tsx index 3f769cf0..ce047250 100644 --- a/src/widgets/reports/ReportLanguageScopeIssues.tsx +++ b/src/widgets/reports/ReportLanguageScopeIssues.tsx @@ -24,12 +24,10 @@ const ReportLanguageScopeIssues: React.FC = () => { return ( <> This report flags languages in the current language source whose scope is broader than their - direct parent's scope, which may indicate a hierarchy inconsistency. Results are shown - regardless of the sidebar Language Scope filter so dialect and family issues remain visible. + direct parent's scope, which may indicate a hierarchy inconsistency. tableID={TableID.LanguageScopeIssues} shouldFilterUsingSearchBar={false} - useScope={false} columns={[ { key: 'Parent Code',