Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
benguedj committed Apr 8, 2024
2 parents d2af941 + 00d337c commit 2fa9dc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions front/src/components/menu/infosDev.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ const InfosDev: FC<Props> = ({ navigation }) => {
contentContainerStyle={Styles.modalFullScreen.scrollviewContent}
>
<H1 style={styles.textCenter}>{Labels.infosDev.title}</H1>
<SecondaryText style={styles.textCenter}>
{Labels.infosDev.expoUpdatesInfo}
</SecondaryText>

<CustomButton
title={Labels.infosDev.resetStorageData}
Expand Down
1 change: 1 addition & 0 deletions front/src/constants/Labels.ts
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,7 @@ export default {
},
infosDev: {
env: "Environnement",
expoUpdatesInfo: "Expo Updates are enabled",
notifications: "Notifications",
resetStorageData: "Effacer les données",
resetStorageDataAlertMsg:
Expand Down

0 comments on commit 2fa9dc8

Please sign in to comment.