Bläddra i källkod

location text

Viktoriia 6 månader sedan
förälder
incheckning
d80c01b4ec

+ 1 - 1
src/screens/InAppScreens/MapScreen/FilterModal/index.tsx

@@ -468,7 +468,7 @@ const FilterModal = ({
       <View style={[styles.sceneContainer, { flex: 0 }]}>
         <View style={styles.textContainer}>
           <Text style={styles.textWithIcon}>
-            Your location is shared each time you press the{'  '}
+            Your location is shared each time you launch the app and whenever you press the{'  '}
             <View style={styles.icon}>
               <LocationIcon width={12} height={12} />
             </View>

+ 1 - 1
src/screens/LocationSharingScreen/index.tsx

@@ -158,7 +158,7 @@ const LocationSharingScreen = ({ navigation }: { navigation: any }) => {
       <Header label="Location sharing" />
       <View style={textStyles.container}>
         <Text style={textStyles.textWithIcon}>
-          Your location is shared each time you press the{'  '}
+          Your location is shared each time you launch the app and whenever you press the{'  '}
           <View style={textStyles.icon}>
             <LocationIcon width={12} height={12} />
           </View>