Kaynağa Gözat

joined -> interested

Viktoriia 1 ay önce
ebeveyn
işleme
4e6cd123d4

+ 1 - 1
src/screens/InAppScreens/TravelsScreen/EventsScreen/utils.tsx

@@ -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: