From c23d2ea007d7f9d6ed775f05277432bc20ccc380 Mon Sep 17 00:00:00 2001 From: Andy Brauninger <43097655+abrauninger@users.noreply.github.com> Date: Thu, 18 Oct 2018 01:28:11 -0700 Subject: [PATCH] Shorten 'Find your neighborhood ballot drop box' to 'Find your ballot drop box' --- src/strings.ts | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/strings.ts b/src/strings.ts index d641cfb..664b99e 100644 --- a/src/strings.ts +++ b/src/strings.ts @@ -405,10 +405,10 @@ const STRINGS_ENGLISH = new Map([ "https://www.sos.wa.gov/elections/auditors/"], // TODO: Is this really the best URL? [StringId.DiscoverYourNeighborhoodDropBox, - "Find your neighborhood ballot drop box."], + "Find your ballot drop box."], [StringId.PlanAheadForDropBox, - "Plan ahead for a convenient ballot box drop."], + "Plan ahead for a convenient ballot box drop in your neighborhood."], [StringId.FindDropboxNearYou, "Find a ballot drop box near you"], @@ -931,12 +931,14 @@ const STRINGS_SPANISH = new Map([ "https://www.sos.wa.gov/elections/auditors/"], // TODO: Is this really the best URL? [StringId.DiscoverYourNeighborhoodDropBox, - // "Find your neighborhood ballot drop box."], - "Encuntré el casillero de envio dentro de su vecindario."], // TODO: Typo? Es 'encuntre' una palabra espanola? + // "Find your ballot drop box."], + // TODO: Double-check my re-translation + "Encuntré el casillero de envio."], // TODO: Typo? Es 'encuntre' una palabra espanola? [StringId.PlanAheadForDropBox, - // "Check your deadline and plan ahead for a convenient ballot box drop."], - "Planee con tiempo el envío de su cartón de votación en el casillero."], + // "Check your deadline and plan ahead for a convenient ballot box drop in your neighborhood."], + // TODO: Double-check my re-translation + "Planee con tiempo el envío de su cartón de votación en el casillero dentro de su vecindario."], [StringId.FindDropboxNearYou, // "Find a ballot drop box near you"],