Skip to content

Commit f70acfb

Browse files
committed
Update en.ts
1 parent fa1e4d5 commit f70acfb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/locales/en.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ export const en = {
3232
- all columns (except your bias metric column) should have the same datatypes, e.g., numerical or categorical;
3333
- the bias metric column is numerical`,
3434
performanceMetric: 'Bias metric',
35-
performanceMetricTooltip:
36-
'Clustering will be performed on the bias metrics. The bias metric should be numerical. Examples of bias metrics are "being classified as high risk" or "selected for an investigation"',
35+
performanceMetricTooltip: 'Clustering will be performed on the bias metrics. The bias metric should be numerical. Examples of bias metrics are "being classified as high risk" or "selected for an investigation"',
3736
dataType: 'Type of data',
3837
dataTypeTooltip: 'Specify whether the data are categorical or numerical. All columns (except your bias metric column) should have the same data type',
3938
categoricalData: 'Categorical data',

0 commit comments

Comments
 (0)