Skip to content

Commit c53613e

Browse files
committed
title case step type in snackbar on save
1 parent 6af4eba commit c53613e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocol-designer/src/pages/Designer/ProtocolSteps/StepForm/StepFormToolbox.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ export function StepFormToolbox(props: StepFormToolboxProps): JSX.Element {
248248
numErrors,
249249
stepTypeDisplayName: i18n.format(
250250
t(`stepType.${formData.stepType}`),
251-
'capitalize'
251+
'titleCase'
252252
),
253253
t,
254254
})

0 commit comments

Comments
 (0)