From c7ed96a28692cba922ecf015dab447aaa411d0c6 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Thu, 25 Apr 2024 21:13:29 +0800 Subject: [PATCH] text edits --- app/[chain]/referendum-rewards/components/form-actions.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/[chain]/referendum-rewards/components/form-actions.tsx b/app/[chain]/referendum-rewards/components/form-actions.tsx index db2768c..0c0b75c 100644 --- a/app/[chain]/referendum-rewards/components/form-actions.tsx +++ b/app/[chain]/referendum-rewards/components/form-actions.tsx @@ -358,11 +358,13 @@ export default function FormActions({

Start the sendout process. You will be asked to sign - {amountOfTxs ?? "multiple"} transactions in sequence. + {amountOfTxs === 1 ? "1 transaction" : `${amountOfTxs ?? "multiple"} transactions`} - Complete all for a full sendout. + in sequence. + {amountOfTxs > 1 && "Complete all for a full sendout."}

+ {rewardSendoutData && (