From c471b874361ab18a58591f622d55ba01a793d32d Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Thu, 2 Oct 2025 15:20:01 +0200 Subject: [PATCH] refactor(ui): update submit button text to singular form - Change "Submit icon(s)" to "Submit icon" for consistency - Update both authenticated and unauthenticated button states - Improve text clarity and user experience --- web/src/components/header.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/components/header.tsx b/web/src/components/header.tsx index 50a0321f..73f08a04 100644 --- a/web/src/components/header.tsx +++ b/web/src/components/header.tsx @@ -151,7 +151,7 @@ export function Header() { ) : ( @@ -162,7 +162,7 @@ export function Header() { onClick={handleSubmitClick} > - Submit icon(s) + Submit icon )}