From 9d5c8b79c14e00c213575fee55604c8466107679 Mon Sep 17 00:00:00 2001 From: Yusef Habib Date: Thu, 12 Dec 2024 09:51:59 +0100 Subject: [PATCH] NNS1-3485: updates the copy on the Reporting page (#5997) # Motivation Refine the wording for the labels on the Reporting page. # Changes - Changed labels - Added copy for the busy screen. # Tests - Not necessary # Todos - [ ] Add entry to changelog (if necessary). Not necessary --- frontend/src/lib/i18n/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/lib/i18n/en.json b/frontend/src/lib/i18n/en.json index 6ef1c1ae887..1e8e318cd48 100644 --- a/frontend/src/lib/i18n/en.json +++ b/frontend/src/lib/i18n/en.json @@ -189,11 +189,11 @@ "neurons": "There was an error exporting the neurons. Please try again." }, "reporting": { - "neurons_title": "NNS Neurons Portfolio", - "neurons_description": "Download a detailed CSV report of your neuron portfolio, which includes the stake, maturity, and neuron account ID for manual tracking and analysis.", + "neurons_title": "NNS Neuron Portfolio", + "neurons_description": "Download a detailed CSV report of your NNS neuron portfolio, which includes the stake, maturity, and neuron account IDs for manual tracking and analysis.", "neurons_download": "Export Neurons Portfolio", "transactions_title": "ICP Transactions", - "transactions_description": "Download a detailed CSV report of your token transaction history, including both regular token accounts and neurons that will show neuron staking and minting transactions for manual tracking and analysis.", + "transactions_description": "Download a detailed CSV report of your ICP transaction history, including both regular token ICP accounts and NNS neurons showing neuron staking and minting transactions for manual tracking and analysis.", "transactions_download": "Export Transactions", "busy_screen": "Generating report..." },