Rev 1175 |
Go to most recent revision |
Show entire file |
Ignore whitespace |
Details |
Blame |
Last modification |
View Log
| RSS feed
| Rev 1175 |
Rev 7825 |
| Line 13... |
Line 13... |
| 13 |
|
13 |
|
| 14 |
public static final String USER_COMMUNICATION_SUCCESS = "Thank you for your query. We will soon look into it.";
|
14 |
public static final String USER_COMMUNICATION_SUCCESS = "Thank you for your query. We will soon look into it.";
|
| 15 |
public static final String USER_COMMUNICATION_FAILURE = "There seems to be some error. Please try posting again.";
|
15 |
public static final String USER_COMMUNICATION_FAILURE = "There seems to be some error. Please try posting again.";
|
| 16 |
|
16 |
|
| 17 |
public static final String USER_AUTHENTICATION_FAILURE = "Either email or password is wrong.";
|
17 |
public static final String USER_AUTHENTICATION_FAILURE = "Either email or password is wrong.";
|
| - |
|
18 |
public static final String FACEBOOK_USER_AUTH_FAILURE = "Unable to get login details from facebook";
|
| 18 |
}
|
19 |
}
|
| 19 |
|
20 |
|