completed translations + deleted cloned keys

updated sign* key translations to be more consistent with case
updated error handling of signup exceptions
This commit is contained in:
danis
2023-02-07 21:32:12 +03:00
committed by Clément Le Bihan
parent db0142f4f3
commit 69be4ef64a
6 changed files with 125 additions and 123 deletions
+4 -4
View File
@@ -63,13 +63,13 @@ const ProfilePictureBannerAndLevel = () => {
return (
<View style={{flexDirection: 'row'}}>
<Image source={{ uri : "https://wallpaperaccess.com/full/317501.jpg" }} size="lg"
style={{ height: imageHeight, width: imageWidth, zIndex:0, opacity: 0.5 }}
style={{ height: imageHeight, width: imageWidth, zIndex:0, opacity: 0.5 }}
/>
<Box zIndex={1} position={"absolute"} marginY={10} marginX={10}>
<Image borderRadius={100} source={{ uri: profilePic }}
alt="Profile picture" size="lg"
style= {{position: 'absolute'}}
/>
alt="Profile picture" size="lg"
style= {{position: 'absolute'}}
/>
<Box w="100%" paddingY={3} paddingLeft={100}>
<Heading>{username}</Heading>
<Heading>Level : {level}</Heading>