Skip to content

Commit

Permalink
chore: rename mana values to card mana values in adv. search
Browse files Browse the repository at this point in the history
  • Loading branch information
ldeluigi committed Jan 1, 2024
1 parent 641ff73 commit 8642e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/advanced-search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ const AdvancedSearch = () => {
onChange={(manaValue) => setFormState({ manaValue })}
label="Mana Value"
labelIcon="coins"
pluralLabel="Mana Values"
pluralLabel="Card Mana Values"
operatorOptions={CARD_MANA_VALUE_OPERATOR_OPTIONS}
/>
</div>
Expand Down

0 comments on commit 8642e30

Please sign in to comment.