Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
leemthompo committed Oct 22, 2024
1 parent cb817cf commit 16855b1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ export const AllocatedModels: FC<AllocatedModelsProps> = ({
name: (
<EuiToolTip
content={i18n.translate('xpack.ml.trainedModels.nodesList.modelsList.allocationTooltip', {
defaultMessage: 'Number of allocations per node times number of threads per allocation',
defaultMessage:
'Number of allocations per node multiplied by number of threads per allocation',
})}
>
<span>
Expand Down

0 comments on commit 16855b1

Please sign in to comment.