From 5c40cb5e29ad171e8f2e91769d32ee5007822060 Mon Sep 17 00:00:00 2001 From: Lucca Dukic <109136188+LuccaBitfly@users.noreply.github.com> Date: Wed, 15 Jan 2025 15:08:27 +0100 Subject: [PATCH] fix: put block proposal labels in correct place --- frontend/i18n/locales/en.json | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/frontend/i18n/locales/en.json b/frontend/i18n/locales/en.json index 676bfebde..8eee6c98a 100644 --- a/frontend/i18n/locales/en.json +++ b/frontend/i18n/locales/en.json @@ -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: " @@ -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": {