Commit 1a6a967ec57335e7d510e4828d8434ea0cbb826d

Authored by Amrita Vishnoi
2 parents 531f8772 7a102231

resolved conflicts

400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
... ... @@ -208,9 +208,8 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
208 208 }
209 209 if (isMailForPassword)
210 210 message = "Please check you email and reset your password.";
211   - else {
  211 + else
212 212 message = "Please check you email, sent UserId in your email.";
213   - }
214 213 alert(message);
215 214  
216 215  
... ...
400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js
... ... @@ -283,7 +283,7 @@ AIA.constant('ImageTypes', ['Illustration', 'Cadaver Photograph', 'Radiograph'])
283 283 AIA.constant("LoginConstants", {
284 284 "USER_NOT_FOUND": "UserId or Password is incorrect.",
285 285 "ERROR_IN_FECTHING_DETAILS": "Error in fecthing details.",
286   - "MAIL_NOT_SENT" : "We are facing some issue in sending email. Please try after sometime.",
  286 + "MAIL_NOT_SENT": "We are facing some issue in sending email. Please try after sometime."
287 287  
288 288 })
289 289  
... ...