Skip to content

Commit

Permalink
fixed typo 'Regiatration' in patient profile
Browse files Browse the repository at this point in the history
  • Loading branch information
mcjustin authored Dec 13, 2017
1 parent d799255 commit 1224d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portal/static/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ var ConsentUIHelper = function(consentItems, userId) {
"status": i18next.t("Status"),
"agreement": i18next.t("Agreement"),
"consentDate": i18next.t("Date"),
"registrationDate": i18next.t("Regiatration Date"),
"registrationDate": i18next.t("Registration Date"),
"historyConsentDate": i18next.t("Consent Date"),
"locale": i18next.t("GMT"),
"lastUpdated": i18next.t("Last Updated") + "<br/><span class='smaller-text'>" + i18next.t("( GMT, Y-M-D )") + "</span>",
Expand Down

0 comments on commit 1224d6c

Please sign in to comment.