File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ export default function BiasSettings({
102102
103103 if ( numericColumns . length === 0 ) {
104104 setPerformanceMetricColumnError (
105- 'No numeric columns found. Please upload a valid data set.'
105+ t ( 'biasSettings.form.errors.noNumericColumns' )
106106 ) ;
107107 }
108108
@@ -191,7 +191,11 @@ export default function BiasSettings({
191191 >
192192 < FormControl >
193193 < SelectTrigger >
194- < SelectValue placeholder = "Select a column" />
194+ < SelectValue
195+ placeholder = { t (
196+ 'biasSettings.form.actions.selectColumn'
197+ ) }
198+ />
195199 </ SelectTrigger >
196200 </ FormControl >
197201 < SelectContent >
Original file line number Diff line number Diff line change 4242 "tryItOut" : " Try it out" ,
4343 "runAnalysis" : " Run Analysis" ,
4444 "analyzing" : " Analyzing..." ,
45- "initializing" : " Initialising..."
45+ "initializing" : " Initialising..." ,
46+ "selectColumn" : " Select a column"
4647 }
4748 },
4849 "demoCard" : {
Original file line number Diff line number Diff line change 4242 "tryItOut" : " Probeer het uit" ,
4343 "runAnalysis" : " Start analyse" ,
4444 "analyzing" : " Analyseren..." ,
45- "initializing" : " Initialiseren..."
45+ "initializing" : " Initialiseren..." ,
46+ "selectColumn" : " Selecteer een kolom"
4647 }
4748 },
4849 "demoCard" : {
You can’t perform that action at this time.
0 commit comments