Commit cc072e9f5eb396b52aba105819dabc6665aac198

Authored by Nikita Kulshreshtha
1 parent 8818690b

space changes came when took Develop-IPAD-MAC

400-SOURCECODE/AIAHTML5.API/Constants/AIAConstants.cs
... ... @@ -10,10 +10,10 @@ namespace AIAHTML5.API.Constants
10 10 public const string ERROR_IN_FECTHING_DETAILS = "Error in fecthing details.";
11 11 public const string USER_NOT_FOUND = "User not found.";
12 12 public const string MAIL_NOT_SENT = "Mail not sent.";
13   - public const string MAIL_SENT = "Mail sent.";
14   - public const string EXCEPTION_OCCURED = "We are facing some issue. Please try to login after sometime.";
15   - public const string EXCEPTION_IN_AIAHTML5_MAIL_SUBJECT = "Exception Occuredin AIAHTML5.";
16   - public const string SQL_CONNECTION_ERROR = "We are unable to connect with database. Please contact customer support.";
  13 + public const string MAIL_SENT = "Mail sent.";
  14 + public const string EXCEPTION_OCCURED = "We are facing some issue. Please try to login after sometime.";
  15 + public const string EXCEPTION_IN_AIAHTML5_MAIL_SUBJECT = "Exception Occuredin AIAHTML5.";
  16 + public const string SQL_CONNECTION_ERROR = "We are unable to connect with database. Please contact customer support.";
17 17 public const string SQL_CONNECTION_ERROR_MAIL_SUBJECT = "SQL Connection error in AIAHTML5.";
18 18 public const string KEY_ID = "id";
19 19 public const string KEY_TITLE = "title";
... ... @@ -36,10 +36,10 @@ namespace AIAHTML5.API.Constants
36 36  
37 37 public const string USER_UNBLOCK_SUCCESS = "User unblocked";
38 38 public const string USER_UNBLOCK_FAILED = "Unblock operation failed";
39   - public const string UNABLE_TO_UNBLOCK = "We are unable to unblock. Please try after sometime.";
40   -
41   - public const string FORGOT_USERID_EMAIL_SUBJECT = "UserID recovery mail for:";
42   - public const string FORGOT_PASSWORD_EMAIL_SUBJECT = "Password recovery mail for:";
  39 + public const string UNABLE_TO_UNBLOCK = "We are unable to unblock. Please try after sometime.";
  40 +
  41 + public const string FORGOT_USERID_EMAIL_SUBJECT = "UserID recovery mail for:";
  42 + public const string FORGOT_PASSWORD_EMAIL_SUBJECT = "Password recovery mail for:";
43 43 public const string UNBLOCK_USER_EMAIL_SUBJECT = "Unblock user request mail for:";
44 44 }
45 45 }
46 46 \ No newline at end of file
... ...
400-SOURCECODE/AIAHTML5.API/Constants/DBConstants.cs
... ... @@ -16,7 +16,7 @@ namespace AIAHTML5.API.Constants
16 16 public const string UPDATE_USER_PASSWORD = "UpdateUserPassword";
17 17 public const string GET_SUBSCRIPTION_DETAILS_BY_LICENSE_ID = "GetSubscriptionDetailsByLicenseId";
18 18 public const string GET_LICENSE_DETAILS_BY_ID = "GetLicenseDetailsById";
19   - public const string UPDATE_LICENSE_TERM_STATUS = "UpdateLicenseTermAcceptedStatus";
  19 + public const string UPDATE_LICENSE_TERM_STATUS = "UpdateLicenseTermAcceptedStatus";
20 20 public const string GET_TERMS_AND_CONDITIONS = "GetTermsAndConditions";
21 21 public const string INSERT_LOGIN_DETAIL = "InsertLoginDetail";
22 22 public const string INSERT_INCORRECT_LOGIN_ATTEMPTS = "InsertIncorrectLoginAttempt";
... ...