Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit 445dd20

Browse files
committed
fix(modal): corriger une faute d'orthographe dans le texte de la modal
1 parent b29d2d0 commit 445dd20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/account/Home/ModalContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ const ModalContent: React.FC<ModalContentProps> = ({ navigation, refresh, endRef
143143
<View style={{ flexDirection: "row", alignItems: "center", gap: 8 }}>
144144
<Sparkles size={22} strokeWidth={2} color={colors.text} />
145145
<NativeText variant="title" style={{ flex: 1 }}>
146-
Nouvele police d'écriture !
146+
Nouvelle police d'écriture !
147147
</NativeText>
148148
</View>
149149
<NativeText variant="subtitle">

0 commit comments

Comments
 (0)