Skip to content

Commit

Permalink
Worker translation missing count
Browse files Browse the repository at this point in the history
  • Loading branch information
jgyselov committed Feb 25, 2025
1 parent cc31cbe commit 841b366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ui-lib/lib/common/config/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const hostRoles = (t: TFunction): HostRole[] => [
},
{
value: 'worker',
label: t('ai:Worker'),
label: t('ai:Worker', { count: 1 }),
description: t(
'ai:Runs application workloads. Connect at least 5 hosts to enable dedicated workers.',
),
Expand Down

0 comments on commit 841b366

Please sign in to comment.