We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d00af8 commit e959e30Copy full SHA for e959e30
.DS_Store
6 KB
front/src/components/menu/infosDev.component.tsx
@@ -136,9 +136,6 @@ const InfosDev: FC<Props> = ({ navigation }) => {
136
contentContainerStyle={Styles.modalFullScreen.scrollviewContent}
137
>
138
<H1 style={styles.textCenter}>{Labels.infosDev.title}</H1>
139
- <SecondaryText style={styles.textCenter}>
140
- {Labels.infosDev.expoUpdatesInfo}
141
- </SecondaryText>
142
143
<CustomButton
144
title={Labels.infosDev.resetStorageData}
front/src/constants/Labels.ts
@@ -560,7 +560,6 @@ export default {
560
},
561
infosDev: {
562
env: "Environnement",
563
- expoUpdatesInfo: "Expo Updates are enabled",
564
notifications: "Notifications",
565
resetStorageData: "Effacer les données",
566
resetStorageDataAlertMsg:
0 commit comments