Bläddra i källkod

slow description fix

Viktoriia 5 månader sedan
förälder
incheckning
4d253f7f1b
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/screens/InAppScreens/TravelsScreen/CountriesScreen/index.tsx

+ 1 - 1
src/screens/InAppScreens/TravelsScreen/CountriesScreen/index.tsx

@@ -238,7 +238,7 @@ const CountriesScreen = () => {
         onClose={() => setInfoModalVisible(false)}
         type="success"
         title="SLOW score"
-        message={`Mark countries as visited.\nTell us if you stayed longer (7, 31, 101) days, this will increase your SLOW score, each longer stay should include at least 7 days countinuous stay in a country.`}
+        message={`Mark countries as visited.\nTell us if you stayed longer (11, 31, 101) days, this will increase your SLOW score, each longer stay should include at least 11 days countinuous stay in a country.`}
       />
     </PageWrapper>
   );