workadventure/front/translations/en-US/login.en-US.json
2022-01-21 17:09:29 +01:00

13 lines
534 B
JSON

{
"login": {
"input": {
"name": {
"placeholder": "Enter your name",
"empty": "The name is empty"
}
},
"terms": "By continuing, you are agreeing our <a href=\"https://workadventu.re/terms-of-use\" target=\"_blank\">terms of use</a>, <a href=\"https://workadventu.re/privacy-policy\" target=\"_blank\">privacy policy</a> and <a href=\"https://workadventu.re/cookie-policy\" target=\"_blank\">cookie policy</a>.",
"continue": "Continue"
}
}