Skip to content

Commit

Permalink
fix: put block proposal labels in correct place
Browse files Browse the repository at this point in the history
  • Loading branch information
LuccaBitfly committed Jan 15, 2025
1 parent 59928ec commit 5c40cb5
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions frontend/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -418,12 +418,7 @@
"text": "Indicates the percentage of rewards in relation to the theoretical maximum value",
"title": "Attestation Efficiency: "
},
"block_proposal_missed": {
"label": "Block proposal missed"
},
"block_proposal_success": {
"label": "Block proposal success"
},
"block_proposal": "Block Proposal",
"sync": {
"text": "If isPartOfSyncCommittee then sync_efficiency = executed_Sync / (scheduled_Sync - missed_Blocks) else 1",
"title": "Sync Committee Efficiency: "
Expand Down Expand Up @@ -854,8 +849,11 @@
"info": "We will trigger a notification every epoch ({count} minute) during downtime. | We will trigger a notification every epoch ({count} minutes) during downtime.",
"label": "Attestations missed"
},
"block_proposal": {
"label": "Block proposal (missed & success)"
"block_proposal_missed": {
"label": "Block proposal missed"
},
"block_proposal_success": {
"label": "Block proposal success"
},
"explanation": "All notifications are sent after network finality (~{count} min).",
"group_efficiency": {
Expand Down

0 comments on commit 5c40cb5

Please sign in to comment.