-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #53 from CityOfPhiladelphia/main
adds new category, for grayed-out mail in voting boxes for ones not active during special election
- Loading branch information
Showing
6 changed files
with
39 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ name: dev Push to S3 | |
on: | ||
push: | ||
branches: | ||
- main | ||
- dev/gray-out-sites_x | ||
|
||
jobs: | ||
build: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,6 +54,7 @@ export default { | |
'Election office': 'Election offices', | ||
'Official mobile mail-in ballot return': 'Official mobile mail-in ballot return', | ||
'Official mail-in ballot drop box': 'Official mail-in ballot dropboxes', | ||
'Mail-in ballot drop box (not open for special election)': 'Mail-in ballot drop box (not open for special election)', | ||
}, | ||
sections: { | ||
'Election office': { | ||
|
@@ -102,6 +103,17 @@ export default { | |
callout1: 'On Election Day, dropboxes will be locked at precisely 8 p.m.', | ||
callout2: '', | ||
}, | ||
'Mail-in ballot drop box (not open for special election)': { | ||
header: 'Mail-in ballot dropboxes (not open for special election)', | ||
englishName: 'Mail-in ballot dropbox (not open for special election)', | ||
p1: '\ | ||
If a drop box is full, not functioning, or is damaged in any way, call (215) 686-3469 or email <a href="mailto:[email protected]">[email protected]</a>. \ | ||
', | ||
h2: '', | ||
dates: '', | ||
callout1: 'On Election Day, dropboxes will be locked at precisely 8 p.m.', | ||
callout2: '', | ||
}, | ||
}, | ||
beforeYouGo: 'Before you go', | ||
checkSite: 'Eligibility requirements and testing hours vary by site. Be sure to check site details to arrange for testing.', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters