diff --git a/explorer/src/components/transaction/InstructionsSection.tsx b/explorer/src/components/transaction/InstructionsSection.tsx index 68a79fec51..92f7510880 100644 --- a/explorer/src/components/transaction/InstructionsSection.tsx +++ b/explorer/src/components/transaction/InstructionsSection.tsx @@ -127,7 +127,9 @@ export function InstructionsSection({ signature }: SignatureProps) {
-

Instruction(s)

+

+ {instructionDetails.length > 1 ? "Instructions" : "Instruction"} +