فهرست منبع

title in uppercase fix

Viktoriia 10 ماه پیش
والد
کامیت
1a54dd16ff
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/screens/InAppScreens/ProfileScreen/Components/PersonalInfo.tsx

+ 1 - 1
src/screens/InAppScreens/ProfileScreen/Components/PersonalInfo.tsx

@@ -327,7 +327,7 @@ export const PersonalInfo: FC<PersonalInfoProps> = ({
         ) : null}
 
         {updates && hasUpdates() ? (
-          <InfoItem title={'Visited in the last 90 days'}>
+          <InfoItem title={'VISITED IN THE LAST 90 DAYS'}>
             <View style={{ flexDirection: 'row', flexWrap: 'wrap' }}>
               {updates.un_visited && updates.un_visited > 0 ? (
                 <TouchableOpacity style={styles.updates} onPress={() => handleOpenUpdates('un')}>