From 16e513a3ea78bc18b8e7dd7c1f0dfaad2a8146d8 Mon Sep 17 00:00:00 2001 From: Michal Zielenkiewicz Date: Mon, 4 Nov 2024 09:48:47 +0100 Subject: [PATCH] Update Consensus tx methods labels --- .changelog/1624.trivial.md | 1 + src/locales/en/translation.json | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 11 deletions(-) create mode 100644 .changelog/1624.trivial.md diff --git a/.changelog/1624.trivial.md b/.changelog/1624.trivial.md new file mode 100644 index 000000000..96c158763 --- /dev/null +++ b/.changelog/1624.trivial.md @@ -0,0 +1 @@ +Update Consensus tx methods labels diff --git a/src/locales/en/translation.json b/src/locales/en/translation.json index a098f56cd..72d19359d 100644 --- a/src/locales/en/translation.json +++ b/src/locales/en/translation.json @@ -412,18 +412,18 @@ "latest": "Latest Transactions", "method": { "stakingTransfer": "Transfer", - "stakingAddEscrow": "Start delegate", - "stakingReclaimEscrow": "Start undelegate", - "stakingAmendCommissionSchedule": "Amend commission schedule", + "stakingAddEscrow": "Start Delegate", + "stakingReclaimEscrow": "Start Undelegate", + "stakingAmendCommissionSchedule": "Amend Commission Schedule", "stakingAllow": "Allowance Change", - "stakingWithdraw": "Continued delegate", - "roothashExecutorCommit": "Executor commit", - "roothashExecutorProposerTimeout": "Executor proposer timeout", - "registryRegisterEntity": "Register entity", - "registryRegisterNode": "Register node", - "registryRegisterRuntime": "Register runtime", - "governanceCastVote": "Cast vote", - "governanceSubmitProposal": "Submit proposal", + "stakingWithdraw": "Continued Delegate", + "roothashExecutorCommit": "Executor Commit", + "roothashExecutorProposerTimeout": "Executor Proposer Timeout", + "registryRegisterEntity": "Register Entity", + "registryRegisterNode": "Register Node", + "registryRegisterRuntime": "Register Runtime", + "governanceCastVote": "Cast Vote", + "governanceSubmitProposal": "Submit Proposal", "beaconPVSSCommit": "PVSSCommit", "beaconPVSSReveal": "PVSSReveal", "beaconVRFProve": "VRFProve",