Skip to content

Commit 0ee945b

Browse files
committed
fix: replace efficiency with BeaconScore in tooltip
1 parent 64dc495 commit 0ee945b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

frontend/i18n/locales/en.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -571,11 +571,11 @@
571571
"tooltip": {
572572
"amount_of_rounds": "(amount of rounds)",
573573
"amount_of_validators": "(amount of validators)",
574-
"equal": "{name}'s efficiency is at the network average of {average}",
574+
"equal": "{name}'s BeaconScore is at the network average of {average}",
575575
"estimated_loss": "Estimated loss based on avg. network performance.",
576-
"higher": "{name}'s efficiency is above the network average of {average}",
576+
"higher": "{name}'s BeaconScore is above the network average of {average}",
577577
"live": "Validators missing two consecutive attestations are considered offline.",
578-
"lower": "{name}'s efficiency is below the network average of {average}"
578+
"lower": "{name}'s BeaconScore is below the network average of {average}"
579579
},
580580
"total_group_name": "Total Efficiency",
581581
"validator_status_popout": "Open validator status details"

0 commit comments

Comments
 (0)