Skip to content

Commit

Permalink
pot
Browse files Browse the repository at this point in the history
  • Loading branch information
aeolianeth committed Dec 6, 2024
1 parent 45993d1 commit 0954c8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/locales/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const V4PayRedeemCard: React.FC<PayRedeemCardProps> = ({
(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`
Expand Down

0 comments on commit 0954c8f

Please sign in to comment.