Skip to content

Commit e959e30

Browse files
committed
fix: remove expo-update label
1 parent 2d00af8 commit e959e30

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

.DS_Store

6 KB
Binary file not shown.

front/src/components/menu/infosDev.component.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,6 @@ const InfosDev: FC<Props> = ({ navigation }) => {
136136
contentContainerStyle={Styles.modalFullScreen.scrollviewContent}
137137
>
138138
<H1 style={styles.textCenter}>{Labels.infosDev.title}</H1>
139-
<SecondaryText style={styles.textCenter}>
140-
{Labels.infosDev.expoUpdatesInfo}
141-
</SecondaryText>
142139

143140
<CustomButton
144141
title={Labels.infosDev.resetStorageData}

front/src/constants/Labels.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,6 @@ export default {
560560
},
561561
infosDev: {
562562
env: "Environnement",
563-
expoUpdatesInfo: "Expo Updates are enabled",
564563
notifications: "Notifications",
565564
resetStorageData: "Effacer les données",
566565
resetStorageDataAlertMsg:

0 commit comments

Comments
 (0)