mirror of
https://github.com/apache/superset.git
synced 2026-04-14 05:34:38 +00:00
chore: Localization of superset pt. 2 (#22772)
This commit is contained in:
@@ -198,7 +198,7 @@ function SelectPageSize({
|
||||
}
|
||||
|
||||
const getNoResultsMessage = (filter: string) =>
|
||||
t(filter ? 'No matching records found' : 'No records found');
|
||||
filter ? t('No matching records found') : t('No records found');
|
||||
|
||||
export default function TableChart<D extends DataRecord = DataRecord>(
|
||||
props: TableChartTransformedProps<D> & {
|
||||
|
||||
Reference in New Issue
Block a user