From 0a99826a26ca85a94d5eefa1d00e43aba3502c74 Mon Sep 17 00:00:00 2001 From: aeolian <94939382+aeolianeth@users.noreply.github.com> Date: Sun, 12 Jan 2025 19:22:21 +1000 Subject: [PATCH] Update csv header names --- src/locales/messages.pot | 12 ++++++------ src/utils/csvDownloadHelpers.ts | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/locales/messages.pot b/src/locales/messages.pot index 40a61367d7..67b84491ed 100644 --- a/src/locales/messages.pot +++ b/src/locales/messages.pot @@ -215,9 +215,6 @@ msgstr "" msgid "{0} tokens" msgstr "" -msgid "Staked balance" -msgstr "" - msgid "<0>Edits to this project must be made before this deadline. This gives token holders time to verify the edits before they take effect.<1>For example: with a 1-day edit deadline, edits must be made at least 1 day before a ruleset cycle starts." msgstr "" @@ -761,6 +758,9 @@ msgstr "" msgid "Saved projects" msgstr "" +msgid "Unclaimed token balance" +msgstr "" + msgid "The redemption rate determines how token holders can burn their tokens to reclaim a portion of the ETH not needed for payouts." msgstr "" @@ -2498,9 +2498,6 @@ msgstr "" msgid "Ruleset #" msgstr "" -msgid "Unstaked balance" -msgstr "" - msgid "Recommended" msgstr "" @@ -2936,6 +2933,9 @@ msgstr "" msgid "If your project has \"hold fees\" enabled, instead of processing that that 2.5% fee immediately, the fee gets held within the Juicebox contracts. These fees can be unlocked by transferring the ETH back to your project." msgstr "" +msgid "Claimed token balance" +msgstr "" + msgid "Redemption rate" msgstr "" diff --git a/src/utils/csvDownloadHelpers.ts b/src/utils/csvDownloadHelpers.ts index 597b0601c5..bdd7115bb0 100644 --- a/src/utils/csvDownloadHelpers.ts +++ b/src/utils/csvDownloadHelpers.ts @@ -46,8 +46,8 @@ export async function downloadParticipants( t`Total ETH paid`, t`USD value of ETH paid`, t`Balance`, - t`Staked balance`, - t`Unstaked balance`, + t`Unclaimed token balance`, + t`Claimed token balance`, ], // CSV header row ]