Quellcode durchsuchen

slow description fix

Viktoriia vor 5 Monaten
Ursprung
Commit
4d253f7f1b
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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>
   );