From fed6ec757cb34a85ba67cf35688f9c61e0c196f5 Mon Sep 17 00:00:00 2001 From: Roshaan Bajwa <119668404+roshaanbajwa@users.noreply.github.com> Date: Wed, 30 Aug 2023 15:37:43 +0100 Subject: [PATCH] typo --- app/components/input/prefix-and-suffix.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/input/prefix-and-suffix.njk b/app/components/input/prefix-and-suffix.njk index ff5f2f930..7ec69a33e 100644 --- a/app/components/input/prefix-and-suffix.njk +++ b/app/components/input/prefix-and-suffix.njk @@ -12,7 +12,7 @@
{{ input({ "label": { - "text": "What is the cost per item, in pounds??" + "text": "What is the cost per item, in pounds?" }, "id": "input-with-prefix-and-suffix", "name": "test-name-6",