| Line 1... |
Line 1... |
| 1 |
package in.shop2020.serving.utils;
|
1 |
package in.shop2020.mobileapi.serving.utils;
|
| 2 |
|
2 |
|
| 3 |
public class UserMessage {
|
3 |
public class UserMessage {
|
| 4 |
public static final String LOGIN_DETAILS_SUCCESS = "Your password is updated successfully";
|
4 |
public static final String LOGIN_DETAILS_SUCCESS = "Your password is updated successfully";
|
| 5 |
public static final String LOGIN_DETAILS_FAILURE = "Unable to update password. Either email or password is not correct";
|
5 |
public static final String LOGIN_DETAILS_FAILURE = "Unable to update password. Either email or password is not correct";
|
| 6 |
public static final String PERSONAL_DETAILS_SUCCESS = "Your personal details updated";
|
6 |
public static final String PERSONAL_DETAILS_SUCCESS = "Your personal details updated";
|