瀏覽代碼

slow description fix

Viktoriia 5 月之前
父節點
當前提交
4d253f7f1b
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>
   );