We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c5b0f2 commit a040026Copy full SHA for a040026
src/pages/Home/components/ShelterListItem/ShelterListItem.tsx
@@ -70,7 +70,7 @@ const ShelterListItem = (props: IShelterListItemProps) => {
70
{data.shelterSupplies.length > 0 && (
71
<>
72
<ShelterSupplyCategoryRow
73
- title="Necessita volunários:"
+ title="Necessita voluntários:"
74
tags={tags.NeedVolunteers.map(getChipProps)}
75
/>
76
0 commit comments