Skip to content

Commit

Permalink
Update csv header names
Browse files Browse the repository at this point in the history
  • Loading branch information
aeolianeth committed Jan 12, 2025
1 parent 0e8e2fe commit 0a99826
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions src/locales/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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.</0><1>For example: with a 1-day edit deadline, edits must be made at least 1 day before a ruleset cycle starts.</1>"
msgstr ""

Expand Down Expand Up @@ -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 ""

Expand Down Expand Up @@ -2498,9 +2498,6 @@ msgstr ""
msgid "Ruleset #"
msgstr ""

msgid "Unstaked balance"
msgstr ""

msgid "Recommended"
msgstr ""

Expand Down Expand Up @@ -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 ""

Expand Down
4 changes: 2 additions & 2 deletions src/utils/csvDownloadHelpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
]

Expand Down

0 comments on commit 0a99826

Please sign in to comment.