From 952ae7297cc09e6c3363fa2b3c3b38e371ca0473 Mon Sep 17 00:00:00 2001 From: Keith Date: Fri, 15 Nov 2019 14:03:29 +0800 Subject: [PATCH] fix(neuron-ui): fix the missing word in i18n --- packages/neuron-ui/src/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/neuron-ui/src/locales/en.json b/packages/neuron-ui/src/locales/en.json index 8d246a39f4..3bafe49a94 100644 --- a/packages/neuron-ui/src/locales/en.json +++ b/packages/neuron-ui/src/locales/en.json @@ -335,7 +335,7 @@ "minimal-fee-required": "The minimum deposit capacity is {{minimal}} CKB", "compensation-accumulated": "{{blockNumber}} blocks compensation accumulated", "blocks-left": "{{epochs}} epochs {{blocks}} blocks left(~{{days}} days)", - "withdraw-alert": "Alert: these are only {{epochs}} epochs left before the next start withdrawing epoch number conforming to Nervos DAO, and it is possible that you have to do the withdraw after the next period(~{{days}}) due to the jam on CKB.", + "withdraw-alert": "Alert: these are only {{epochs}} epochs left before the next start withdrawing epoch number conforming to Nervos DAO, and it is possible that you have to do the withdraw after the next period(~{{days}} days) due to the jam on CKB.", "insufficient-period-alert-title": "Insufficient Period", "insufficient-period-alert-message": "Nervos DAO needs at least 4 epochs to handle your request." }