From 1a14e106e6af0806678f2d8af4c92e948ea608e2 Mon Sep 17 00:00:00 2001 From: Joey Meere <100378695+joeymeere@users.noreply.github.com> Date: Wed, 19 Jun 2024 12:51:30 -0400 Subject: [PATCH 1/2] fix(ui): add prompt for clarity --- components/MultisigInput.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/MultisigInput.tsx b/components/MultisigInput.tsx index a9d277f..d2ce95c 100644 --- a/components/MultisigInput.tsx +++ b/components/MultisigInput.tsx @@ -27,6 +27,7 @@ const MultisigInput = () => { className="w-full border border-gray-300 rounded-md shadow-sm px-4 py-2 focus:outline-none focus:ring-2 focus:ring-blue-200 sm:text-sm mt-2" onChange={(e) => setMultisig(e.target.value)} /> +
*This needs to be your multisig account (found in "Settings" {'>'} "Multisig Account")
From 8f6d631b1ac4498c775fcbf6af011a6896bac218 Mon Sep 17 00:00:00 2001 From: Joey Meere <100378695+joeymeere@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:48:34 -0400 Subject: [PATCH 2/2] fix(ui): clear up messaging further --- components/MultisigInput.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/MultisigInput.tsx b/components/MultisigInput.tsx index d2ce95c..6d44f91 100644 --- a/components/MultisigInput.tsx +++ b/components/MultisigInput.tsx @@ -27,7 +27,7 @@ const MultisigInput = () => { className="w-full border border-gray-300 rounded-md shadow-sm px-4 py-2 focus:outline-none focus:ring-2 focus:ring-blue-200 sm:text-sm mt-2" onChange={(e) => setMultisig(e.target.value)} /> -*This needs to be your multisig account (found in "Settings" {'>'} "Multisig Account")
+*This needs to be your multisig account found in "Settings" {'->'} "Multisig Account" in main UI