From fb7f8cc28d0748a9448b2c19efd939ec36144e75 Mon Sep 17 00:00:00 2001 From: Aniket-Engg Date: Wed, 13 Jul 2022 15:27:33 +0530 Subject: [PATCH] save button update --- libs/remix-ui/run-tab/src/lib/components/recorderCardUI.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/remix-ui/run-tab/src/lib/components/recorderCardUI.tsx b/libs/remix-ui/run-tab/src/lib/components/recorderCardUI.tsx index 2ce2102e5c..5ff62dd92d 100644 --- a/libs/remix-ui/run-tab/src/lib/components/recorderCardUI.tsx +++ b/libs/remix-ui/run-tab/src/lib/components/recorderCardUI.tsx @@ -54,15 +54,15 @@ export function RecorderUI (props: RecorderProps) {
- Save {props.count} transaction(s) as scenario file. + Save {props.count} transaction{props.count === 1 ? '' : 's'} as scenario file }> - + - Run transaction(s) from the current scenario file. + Run transaction(s) from the current scenario file }>