From 0954c8f10dfff58bd68cd286b98326c458a31ed3 Mon Sep 17 00:00:00 2001 From: aeolian <94939382+aeolianeth@users.noreply.github.com> Date: Sat, 7 Dec 2024 06:41:28 +1000 Subject: [PATCH] pot --- src/locales/messages.pot | 3 +++ .../ProjectDashboard/V4PayRedeemCard/V4PayRedeemCard.tsx | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/locales/messages.pot b/src/locales/messages.pot index 3132445ac4..4609341b24 100644 --- a/src/locales/messages.pot +++ b/src/locales/messages.pot @@ -3389,6 +3389,9 @@ msgstr "" msgid "Contract permissions" msgstr "" +msgid "Project is currently only issuing NFTs" +msgstr "" + msgid "Project configurations cannot be changed to the duration of locked cycles." msgstr "" diff --git a/src/packages/v4/components/ProjectDashboard/V4PayRedeemCard/V4PayRedeemCard.tsx b/src/packages/v4/components/ProjectDashboard/V4PayRedeemCard/V4PayRedeemCard.tsx index 68012a30a1..850d808cd0 100644 --- a/src/packages/v4/components/ProjectDashboard/V4PayRedeemCard/V4PayRedeemCard.tsx +++ b/src/packages/v4/components/ProjectDashboard/V4PayRedeemCard/V4PayRedeemCard.tsx @@ -59,7 +59,7 @@ export const V4PayRedeemCard: React.FC = ({ (nftRewards.nftRewards.rewardTiers ?? []).length > 0 if (showNfts) { - return t`Project isn't currently issuing tokens, but is issuing NFTs` + return t`Project is currently only issuing NFTs` } return t`Project isn't currently issuing tokens`