Skip to content

Commit 1f76d3e

Browse files
Update map label
1 parent b3746d0 commit 1f76d3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code4ro/reusable-components",
3-
"version": "0.1.54",
3+
"version": "0.1.55",
44
"description": "Component library for code4ro",
55
"keywords": [
66
"code4ro",

src/components/ElectionTurnoutSection/ElectionTurnoutSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export const ElectionTurnoutSection = themable<Props>(
5050
<div className={classes.mapOverlayPercentage}>
5151
{formatPercentage(turnout.totalVotes / turnout.eligibleVoters)}
5252
</div>
53-
<div className={classes.mapOverlayLabel}>Rezultate naționale complete</div>
53+
<div className={classes.mapOverlayLabel}>Prezența la vot</div>
5454
</div>
5555
)}
5656
</ElectionMap>

0 commit comments

Comments
 (0)