Skip to content

Commit

Permalink
Merge pull request #60 from CityOfPhiladelphia/main
Browse files Browse the repository at this point in the history
changes name of closed boxes from 'not open for special election' to …
  • Loading branch information
ajrothwell authored Sep 24, 2024
2 parents 1ace1e3 + 67bf250 commit d661110
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion src/components/ExpandCollapseContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
:item="item"
/>
<official-ballot-return-drop-box
v-if="section === 'Official mail-in ballot drop box' || section === 'Mail-in ballot drop box (not open for special election)'"
v-if="section === 'Official mail-in ballot drop box' || section === 'Mail-in ballot drop box (temporarily closed)'"
:item="item"
/>
</div>
Expand Down
8 changes: 4 additions & 4 deletions src/general/legendControls.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,23 +40,23 @@ export default {
'font-size': '10px',
'background-color': '#4F6D0A',
},
'Mail-in ballot drop box (not open for special election)': {
'Official mobile mail-in ballot return': {
'border-color': 'black',
'border-style': 'solid',
'border-weight': '0px',
'width': '15px',
'height': '15px',
'font-size': '10px',
'background-color': '#a1a1a1',
'background-color': '#721817',
},
'Official mobile mail-in ballot return': {
'Mail-in ballot drop box (temporarily closed)': {
'border-color': 'black',
'border-style': 'solid',
'border-weight': '0px',
'width': '15px',
'height': '15px',
'font-size': '10px',
'background-color': '#721817',
'background-color': '#a1a1a1',
},
},
},
Expand Down
1 change: 1 addition & 0 deletions src/i18n/ch.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export default {
'Election office': '选举办公室',
'Official mobile mail-in ballot return': '正式移動式郵寄选票投遞処',
'Official mail-in ballot drop box': '官方邮寄选票投票箱',
'Mail-in ballot drop box (temporarily closed)': '邮寄投票箱(暂时关闭)',
},
sections: {
'Election office': {
Expand Down
8 changes: 4 additions & 4 deletions src/i18n/en-us.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +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)',
'Mail-in ballot drop box (temporarily closed)': 'Mail-in ballot drop box (temporarily closed)',
},
sections: {
'Election office': {
Expand Down Expand Up @@ -103,9 +103,9 @@ 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)',
'Mail-in ballot drop box (temporarily closed)': {
header: 'Mail-in ballot dropboxes (temporarily closed)',
englishName: 'Mail-in ballot dropbox (temporarily closed)',
p1: '\
If a drop box is full, not functioning, or is damaged in any way, call (215) 686-3469 or email <a href="mailto:vote@phila.gov">vote@phila.gov</a>. \
',
Expand Down
1 change: 1 addition & 0 deletions src/i18n/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export default {
'Election office': 'Oficina Electoral',
'Official mobile mail-in ballot return': 'Sitio oficial para devolver boletas',
'Official mail-in ballot drop box': 'Buzón oficial de la votación por correo',
'Mail-in ballot drop box (temporarily closed)': 'Buzón de boletas por correo (cerrado temporalmente)',
},
sections: {
'Election office': {
Expand Down
8 changes: 4 additions & 4 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ pinboard({
titleSingular: 'Official mail-in ballot drop box',
color: '#4F6D0A',
},
'Mail-in ballot drop box (not open for special election)': {
title: 'Mail-in ballot drop boxes (not open for special election)',
titleSingular: 'Mail-in ballot drop box (not open for special election)',
'Mail-in ballot drop box (temporarily closed)': {
title: 'Mail-in ballot drop boxes (temporarily closed)',
titleSingular: 'Mail-in ballot drop box (temporarily closed)',
color: '#a1a1a1',
},

Expand All @@ -151,7 +151,7 @@ pinboard({
'Election office': '#a86518',
'Official mobile mail-in ballot return': '#721817',
'Official mail-in ballot drop box': '#4F6D0A',
'Mail-in ballot drop box (not open for special election)': '#a1a1a1',
'Mail-in ballot drop box (temporarily closed)': '#a1a1a1',
},
borderColor: 'white',
weight: 1,
Expand Down

0 comments on commit d661110

Please sign in to comment.