Skip to content

Commit a97f7e9

Browse files
committed
fix: improve readability of SupplyPriority.NotNeeded label
1 parent d48642e commit a97f7e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/EditShelterSupply/EditShelterSupply.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ const EditShelterSupply = () => {
130130
value: `${SupplyPriority.Remaining}`,
131131
},
132132
{
133-
label: 'Remover item',
133+
label: 'Não preciso',
134134
value: `${SupplyPriority.NotNeeded}`,
135135
},
136136
]}

0 commit comments

Comments
 (0)