Skip to content

Commit

Permalink
erc new requirments
Browse files Browse the repository at this point in the history
  • Loading branch information
gerouvi committed Jul 4, 2024
1 parent c735979 commit 80a7b1c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions src/components/Process/ConfirmVoteModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ export const ConfirmVoteModal = ({ election, answers }: { election: PublishedEle
}}
values={{
answer: q.title.default,
number: i + 1,
}}
/>
</Text>
Expand All @@ -65,7 +64,6 @@ export const ConfirmVoteModal = ({ election, answers }: { election: PublishedEle
}}
values={{
answer: q.choices[Number(answers[i])].title.default,
number: i + 1,
}}
/>
</Text>
Expand Down
4 changes: 2 additions & 2 deletions src/i18n/locales/ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@
"blank_vote": "",
"description": "Aquesta és la teva selecció. Si vols modificar-la pots tancar aquest missatge i seleccionar l’opció que consideris.",
"disclaimer": "Si us plau, revisa el teu vot abans d'enviar-lo, ja que no es podrà modificar",
"option": "<strong>Opció {{ number }}:</strong> {{ answer }}",
"option": "<strong>Opció:</strong> {{ answer }}",
"options": "<strong>Selecció:</strong> {{ answers }}",
"question": "<strong>Pregunta {{ number }}:</strong> {{ answer }}"
"question": "<strong>Pregunta:</strong> {{ answer }}"
}
},
"state": "ESTAT",
Expand Down
4 changes: 2 additions & 2 deletions src/i18n/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@
"blank_vote": "",
"description": "Antes de emitir tu voto, revisa que todo esté correcto.",
"disclaimer": "",
"option": "<strong>Opción {{ number }}:</strong> {{ answer }}",
"option": "<strong>Opción:</strong> {{ answer }}",
"options": "<strong>Selección:</strong> {{ answers }}",
"question": "<strong>Pregunta {{ number }}:</strong> {{ answer }}"
"question": "<strong>Pregunta:</strong> {{ answer }}"
}
},
"state": "ESTADO",
Expand Down
2 changes: 1 addition & 1 deletion src/theme/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export const colors = {
bg: colorsBase.gray.light2,
description: colorsBase.gray.dark,
progressbar_bg: colorsBase.gray.light,
title: colorsBase.primary.main,
title: colorsBase.black,
},
spreadsheet: {
disconnect_bg: 'transparent',
Expand Down

1 comment on commit 80a7b1c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.