Subversion Repositories SmartDukaan

Rev

Rev 1169 | Rev 7825 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1169 Rev 1175
Line 11... Line 11...
11
	public static final String FORGOT_PASSWORD_FAILURE = "Email address is not registered with us";
11
	public static final String FORGOT_PASSWORD_FAILURE = "Email address is not registered with us";
12
	//public static final String REGISTERATION_FAILURE = "Email address is already registered with us";
12
	//public static final String REGISTERATION_FAILURE = "Email address is already registered with us";
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
	
-
 
17
	public static final String USER_AUTHENTICATION_FAILURE = "Either email or password is wrong.";
16
}
18
}
17
19