Skip to content

Commit 5311b7b

Browse files
committed
revert overly aggressive plurilization change
1 parent e98ddd7 commit 5311b7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/module/src/controller/QuickStartIntroduction.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const QuickStartIntroduction: FC<QuickStartIntroductionProps> = ({
4848
{getResource(
4949
'In this quick start, you will complete {{count, number}} task',
5050
tasks?.length || 0,
51-
)}
51+
).replace('{{count, number}}', tasks?.length || 0)}
5252
:
5353
</p>
5454
<TaskHeaderList tasks={tasks} allTaskStatuses={allTaskStatuses} onTaskSelect={onTaskSelect} />

0 commit comments

Comments
 (0)