From 3e7fb0570e1e3d13913b1e66bb866fe66dcae7e3 Mon Sep 17 00:00:00 2001 From: Roshaan Bajwa <119668404+roshaanbajwa@users.noreply.github.com> Date: Wed, 30 Aug 2023 15:34:02 +0100 Subject: [PATCH] remove hint --- app/components/input/error-and-prefix-and-suffix.njk | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/components/input/error-and-prefix-and-suffix.njk b/app/components/input/error-and-prefix-and-suffix.njk index 1c3117ef0..8242fe5d9 100644 --- a/app/components/input/error-and-prefix-and-suffix.njk +++ b/app/components/input/error-and-prefix-and-suffix.njk @@ -14,9 +14,6 @@ "label": { "text": "What is the cost per item, in pounds?" }, - "hint": { - "text": "Divide the total cost, in pounds, by the number of items." - }, "id": "input-with-error-message-and-prefix-and-suffix", "name": "test-name-7", "prefix": "£",