Client - update button text on registration

This commit is contained in:
Sam
2021-08-15 08:33:03 +02:00
parent 779738dccd
commit 8465c0e4cb
3 changed files with 17 additions and 8 deletions

View File

@ -1,3 +1,4 @@
{
"LOGIN": "Log in"
"LOGIN": "Log in",
"REGISTER": "Register"
}

View File

@ -1,3 +1,4 @@
{
"LOGIN": "Se connecter"
"LOGIN": "Se connecter",
"REGISTER": "S'inscrire"
}