Commit a567ba4241c2a9375d7562618d4ef43e1da7e7de

Authored by Nikita Kulshreshtha
1 parent 465cc446

lab exercise save

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,13 @@ 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 + public const string LAB_EXERCISE_SAVE_SUCCESS = "Your lab exercise attempt is saved successfully.";
  45 + public const string LAB_EXERCISE_SAVE_FAILURE = "We are unable to save your lab exercise attempt, please try again.";
  46 +
44 47 }
45 48 }
46 49 \ No newline at end of file
... ...