Added sign in errors and logos.
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"translation": {
|
||||
"app": {
|
||||
"title": "ImEX Mobile"
|
||||
},
|
||||
"general": {
|
||||
"actions": {
|
||||
"signout": "Sign Out"
|
||||
@@ -27,6 +30,11 @@
|
||||
"actions": {
|
||||
"signin": "Sign In"
|
||||
},
|
||||
"errors": {
|
||||
"emailformat": "The email you have entered is not formatted correctly. ",
|
||||
"usernotfound": "No user found.",
|
||||
"wrongpassword": "The password you entered is not correct."
|
||||
},
|
||||
"fields": {
|
||||
"email": "Email",
|
||||
"password": "Password"
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"translation": {
|
||||
"app": {
|
||||
"title": ""
|
||||
},
|
||||
"general": {
|
||||
"actions": {
|
||||
"signout": ""
|
||||
@@ -27,6 +30,11 @@
|
||||
"actions": {
|
||||
"signin": ""
|
||||
},
|
||||
"errors": {
|
||||
"emailformat": "",
|
||||
"usernotfound": "",
|
||||
"wrongpassword": ""
|
||||
},
|
||||
"fields": {
|
||||
"email": "Email",
|
||||
"password": ""
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"translation": {
|
||||
"app": {
|
||||
"title": ""
|
||||
},
|
||||
"general": {
|
||||
"actions": {
|
||||
"signout": ""
|
||||
@@ -27,6 +30,11 @@
|
||||
"actions": {
|
||||
"signin": ""
|
||||
},
|
||||
"errors": {
|
||||
"emailformat": "",
|
||||
"usernotfound": "",
|
||||
"wrongpassword": ""
|
||||
},
|
||||
"fields": {
|
||||
"email": "Email",
|
||||
"password": ""
|
||||
|
||||
Reference in New Issue
Block a user