diff --git a/src/intl/compiled/en.json b/src/intl/compiled/en.json index 61c948cf..ccc23a92 100644 --- a/src/intl/compiled/en.json +++ b/src/intl/compiled/en.json @@ -83,6 +83,12 @@ "value": "Configure the Java Web" } ], + "/FpD8O": [ + { + "type": 0, + "value": "Do this after TTD client releases" + } + ], "/QPc9s": [ { "type": 0, @@ -5821,6 +5827,12 @@ "value": "Does the contract have a large balance?" } ], + "ouMFoC": [ + { + "type": 0, + "value": "Do this now" + } + ], "ouW9ov": [ { "type": 0, @@ -6287,12 +6299,6 @@ "value": "What should the address be?" } ], - "tgvES0": [ - { - "type": 0, - "value": "Now" - } - ], "tigMuZ": [ { "type": 0, @@ -6523,12 +6529,6 @@ "value": "Proceed with caution. Our on-chain data source is down and we are unable to flag any double deposits." } ], - "vUxy+H": [ - { - "type": 0, - "value": "After TTD client releases" - } - ], "vV6ua0": [ { "type": 0, diff --git a/src/intl/en.json b/src/intl/en.json index dc91dfad..dab71d90 100644 --- a/src/intl/en.json +++ b/src/intl/en.json @@ -35,6 +35,9 @@ "/E/Zm8": { "message": "Configure the Java Web" }, + "/FpD8O": { + "message": "Do this after TTD client releases" + }, "/QPc9s": { "message": "You can signal your intent to stop validating by signing a voluntary exit message with your validator." }, @@ -2226,6 +2229,9 @@ "orczlb": { "message": "Does the contract have a large balance?" }, + "ouMFoC": { + "message": "Do this now" + }, "ouW9ov": { "message": "Your validators" }, @@ -2407,9 +2413,6 @@ "teyxVk": { "message": "What should the address be?" }, - "tgvES0": { - "message": "Now" - }, "tigMuZ": { "message": "Wait at least 30 minutes before trying to resubmit a transaction with this {depositData} file. This will give our on-chain data source time to flag any duplicate deposits." }, @@ -2500,9 +2503,6 @@ "vJez0K": { "message": "Proceed with caution. Our on-chain data source is down and we are unable to flag any double deposits." }, - "vUxy+H": { - "message": "After TTD client releases" - }, "vV6ua0": { "message": "Step 1: Download the Wagyu Key Gen app for your operating system" }, diff --git a/src/pages/MergeReadiness/index.tsx b/src/pages/MergeReadiness/index.tsx index c0c89ea4..bd8830e2 100644 --- a/src/pages/MergeReadiness/index.tsx +++ b/src/pages/MergeReadiness/index.tsx @@ -131,20 +131,24 @@ export const MergeReadiness = () => { const sections = [ { heading: , - timing: , + timing: , title: , id: 'el-plus-cl', }, { heading: , - timing: , + timing: ( + + ), title: , id: 'authenticate', pending: true, }, { heading: , - timing: , + timing: ( + + ), title: , id: 'fee-recipient', pending: true,