-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1730 from breatheco-de/development
Development
- Loading branch information
Showing
18 changed files
with
656 additions
and
484 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,10 @@ | ||
{ | ||
"heading": "You have been invited to {{name}}, please fill out the following information to start learning", | ||
"error": "Something went wrong" | ||
"error": "Something went wrong", | ||
"no-token": "You must include an invite token to see the invite", | ||
"already-accepted": "The invite has been accepted already", | ||
"new-invite": "You have been invited to {{course}}", | ||
"invalid-user": "This invitation belongs to another user", | ||
"accept-and-learn": "Accept and start learning", | ||
"belongs-to-other-user": "This invitation belongs to another user" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,10 @@ | ||
{ | ||
"heading": "Has sido invitado a {{name}}, por favor completa la siguiente información para comenzar a aprender", | ||
"error": "Algo ha salido mal" | ||
"error": "Algo ha salido mal", | ||
"no-token": "Debes incluir un token de invitación para ver la invitación", | ||
"already-accepted": "La invitacion ya fue aceptada", | ||
"new-invite": "Has sido invitado a {{course}}", | ||
"invalid-user": "Esta invitacion pertenece a otro usuario", | ||
"accept-and-learn": "Acepta y empieza a aprender", | ||
"belongs-to-other-user": "Esta invitacion pertenece a otro usuario" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
const arrowLeft3 = ({ | ||
style, width, height, color, | ||
}) => ( | ||
<svg | ||
style={style} | ||
width={width || '20px'} | ||
height={height || '20px'} | ||
viewBox="0 0 8 14" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<path | ||
d="M7 1L1 7L7 13" | ||
stroke={color || '#0097CF'} | ||
strokeWidth="2" | ||
strokeMiterlimit="10" | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
/> | ||
</svg> | ||
); | ||
|
||
export default arrowLeft3; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.