Viktoriia пре 1 година
родитељ
комит
d6559282fb
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/screens/InAppScreens/TravellersScreen/Components/FilterModal.tsx

+ 1 - 1
src/screens/InAppScreens/TravellersScreen/Components/FilterModal.tsx

@@ -59,7 +59,7 @@ export const FilterModal: FC<ModalProps> = ({
                 setFilterCountry(item);
               }}
               search={true}
-              searchPlaceholder="Search Country"
+              searchPlaceholder="Search"
               autoScroll={false}
               inputSearchStyle={ModalStyles.search}
               flatListProps={{ initialNumToRender: 50, maxToRenderPerBatch: 10 }}