From fbed6aa0ff74c2cb97a34ef172cc72b3e47dedcf Mon Sep 17 00:00:00 2001 From: lemon Date: Fri, 12 Jun 2026 18:10:59 -0700 Subject: [PATCH] Tighten role-picker copy to single lines Shorten the verifier description so it fits on one line and update the donor finder note to '100% of your donation goes to the campaign.' --- src/locales/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index 7cfeb7fa..4384f348 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -104,11 +104,11 @@ "donor": { "title": "Give to campaigns", "description": "Support causes with Bitcoin.", - "finderNote": "Your donation goes straight to the organizer's wallet." + "finderNote": "100% of your donation goes to the campaign." }, "verifier": { "title": "Verify campaigns", - "description": "Vouch for campaigns you've checked out, as an organization.", + "description": "Vouch for campaigns as an organization.", "finderNote": "Donors see your badge on campaigns you trust." } },