Skip to content

Commit b67cdf0

Browse files
committed
feat(en.json): improve cl consolidations reject reason texts
See: BEDS-1351
1 parent e8177cf commit b67cdf0

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

frontend/i18n/locales/en.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -228,20 +228,20 @@
228228
"cl_consolidations": {
229229
"info_slot_processed_estimated": "This is an estimation since this consolidation is still queued.",
230230
"reject_reason": {
231-
"full_queue": "The consolidation queue is full.",
232-
"insufficient_consolidation_churn": "Not enough churn capacity available to consolidate.",
233-
"source_address_mismatch": "The source address doesn't match",
231+
"full_queue": "The consolidation queue was full when this request was processed.",
232+
"insufficient_consolidation_churn": "Not enough churn capacity was available to consolidate.",
233+
"source_address_mismatch": "Request must originate from the source validator's configured withdrawal address.",
234234
"source_equals_target": "Source and target must be different.",
235-
"source_exiting": "The source is currently exiting and cannot be used for consolidation.",
236-
"source_inactive": "The source is inactive and cannot be used for consolidation.",
237-
"source_no_execution_withdrawal_credentials": "The source has no execution withdrawal credentials.",
238-
"source_pending_withdrawals": "The source has pending withdrawals that must be completed before consolidating.",
239-
"source_slashed": "The source has been slashed and cannot be used for consolidation.",
240-
"source_too_young": "The source is too new to be eligible for consolidation.",
235+
"source_exiting": "The source was exiting and could not be used for consolidation.",
236+
"source_inactive": "The source was inactive and could not be used for consolidation.",
237+
"source_no_execution_withdrawal_credentials": "Validator has unsupported withdrawal credentials.\nUpdate withdrawal credentials to 0x01 or 0x02-prefixed.",
238+
"source_pending_withdrawals": "The source had pending withdrawals that must be completed before consolidating.",
239+
"source_slashed": "The source was slashed and was ineligible for consolidation.",
240+
"source_too_young": "The source was too new to be eligible for consolidation.",
241241
"source_unknown_pubkey": "The source public key could not be found.",
242-
"target_exiting": "The target is currently exiting and cannot receive consolidation.",
243-
"target_inactive": "The target is inactive and cannot receive consolidation.",
244-
"target_not_compounding": "The target is not compounding.",
242+
"target_exiting": "The target was exiting and could not receive consolidation.",
243+
"target_inactive": "The target was inactive and could not receive consolidation.",
244+
"target_not_compounding": "The target was not compounding.",
245245
"target_unknown_pubkey": "The target public key could not be found."
246246
},
247247
"search_placeholder": "Index, Slot",

0 commit comments

Comments
 (0)