Skip to content

Commit 5c40cb5

Browse files
committed
fix: put block proposal labels in correct place
1 parent 59928ec commit 5c40cb5

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

frontend/i18n/locales/en.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -418,12 +418,7 @@
418418
"text": "Indicates the percentage of rewards in relation to the theoretical maximum value",
419419
"title": "Attestation Efficiency: "
420420
},
421-
"block_proposal_missed": {
422-
"label": "Block proposal missed"
423-
},
424-
"block_proposal_success": {
425-
"label": "Block proposal success"
426-
},
421+
"block_proposal": "Block Proposal",
427422
"sync": {
428423
"text": "If isPartOfSyncCommittee then sync_efficiency = executed_Sync / (scheduled_Sync - missed_Blocks) else 1",
429424
"title": "Sync Committee Efficiency: "
@@ -854,8 +849,11 @@
854849
"info": "We will trigger a notification every epoch ({count} minute) during downtime. | We will trigger a notification every epoch ({count} minutes) during downtime.",
855850
"label": "Attestations missed"
856851
},
857-
"block_proposal": {
858-
"label": "Block proposal (missed & success)"
852+
"block_proposal_missed": {
853+
"label": "Block proposal missed"
854+
},
855+
"block_proposal_success": {
856+
"label": "Block proposal success"
859857
},
860858
"explanation": "All notifications are sent after network finality (~{count} min).",
861859
"group_efficiency": {

0 commit comments

Comments
 (0)