@@ -48,7 +48,7 @@ export const renderSpotsText = (e: SingleEvent) => {
case 4:
return (
<Text>
- <Text style={{ fontWeight: '700' }}>{e.participants}</Text> Nomads joined
+ <Text style={{ fontWeight: '700' }}>{e.participants}</Text> Nomads interested
</Text>
);
case 5: