fix tickets add reort mail and design fixes
This commit is contained in:
@@ -30,7 +30,7 @@ const DeleteAccountModal = () => {
|
||||
onPress: () => {
|
||||
alert(
|
||||
"Confirmation",
|
||||
"Dernière vérification: supprimer définitivement votre profil ?",
|
||||
"Dernière vérification : souhaitez-vous supprimer définitivement votre profil ?",
|
||||
[
|
||||
{ text: "Non", style: "cancel", onPress: () => {} },
|
||||
{
|
||||
@@ -85,8 +85,8 @@ const DeleteAccountModal = () => {
|
||||
textAlign: "center",
|
||||
}}
|
||||
>
|
||||
Es-tu sur de vouloir supprimer ton compte?{"\n"}Attention, cette
|
||||
action est irréversible!
|
||||
Es-tu sûr de vouloir supprimer ton compte ?{"\n"}Attention, cette
|
||||
action est irréversible !
|
||||
</Text>
|
||||
</View>
|
||||
<View style={{ width: "80%", alignSelf: "center", gap: 12 }}>
|
||||
|
||||
Reference in New Issue
Block a user