Skip to content

Commit a70dcb1

Browse files
fix translation error
1 parent 572622e commit a70dcb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/advanced_step

x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/advanced_step/hyper_parameters.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ export const HyperParameters: FC<Props> = ({ actions, state, advancedParamErrors
291291
>
292292
<EuiFieldNumber
293293
aria-label={i18n.translate(
294-
'xpack.ml.dataframe.analytics.create.downsampleFactorInputAriaLabel',
294+
'xpack.ml.dataframe.analytics.create.etaGrowthRatePerTreeInputAriaLabel',
295295
{
296296
defaultMessage:
297297
'Specifies the rate at which eta increases for each new tree that is added to the forest.',

0 commit comments

Comments
 (0)