From dbecd74f463556969865c96e6dfb216e75225d70 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Sat, 4 Oct 2025 05:46:06 -0700 Subject: [PATCH] Allow selecting confirm text --- src-web/components/core/Confirm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-web/components/core/Confirm.tsx b/src-web/components/core/Confirm.tsx index c88a0f25..300be267 100644 --- a/src-web/components/core/Confirm.tsx +++ b/src-web/components/core/Confirm.tsx @@ -44,7 +44,7 @@ export function Confirm({ onChange={setConfirm} label={ <> - Type {requireTyping} to confirm + Type {requireTyping} to confirm } />