regex
This commit is contained in:
@@ -148,7 +148,9 @@ const Register = () => {
|
||||
!selectedCountry && styles.countryButtonPlaceholder,
|
||||
]}
|
||||
>
|
||||
{selectedCountry ? selectedCountry.name : "Choisis ton pays"}
|
||||
{selectedCountry
|
||||
? selectedCountry.name
|
||||
: "Sélectionne ton pays"}
|
||||
</Text>
|
||||
</Pressable>
|
||||
</BlurView>
|
||||
@@ -262,7 +264,7 @@ const Register = () => {
|
||||
<View style={styles.modalOverlay}>
|
||||
<View style={styles.modalContainer}>
|
||||
<View style={styles.modalHeader}>
|
||||
<Text style={styles.modalTitle}>Choisis ton pays</Text>
|
||||
<Text style={styles.modalTitle}>Sélectionne ton pays</Text>
|
||||
<Pressable onPress={handleCloseModal}>
|
||||
<Text style={styles.closeText}>Fermer</Text>
|
||||
</Pressable>
|
||||
|
||||
Reference in New Issue
Block a user