Skip to content

Commit

Permalink
Merge pull request #42 from CityOfPhiladelphia/main
Browse files Browse the repository at this point in the history
small language change - no earlier than date
  • Loading branch information
ajrothwell authored Nov 1, 2023
2 parents 04ebc58 + f4f0f3e commit 2c0fd20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/i18n/ch.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default {
},
d3:{
text: '申請補發選票的截至日期',
date: '10 月 13 日',
date: '不早於10月13日',
},
d4:{
text: '投递您填好的选票的截至日期',
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/en-us.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default {
},
d3:{
text: 'Request a replacement ballot',
date: 'October 13th',
date: 'No earlier than October 13th',
},
d4:{
text: 'Drop off your completed ballot',
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default {
},
d3:{
text: 'Solicite una boleta de reemplazo',
date: '13 de octubre',
date: 'No antes del 13 de octubre',
},
d4:{
text: 'Entregar su boleta electoral completa',
Expand Down

0 comments on commit 2c0fd20

Please sign in to comment.