Skip to content

Commit

Permalink
Merge pull request #1710 from uwcirg/one-typo-profile
Browse files Browse the repository at this point in the history
fixed typo 'Regiatration' in patient profile
pbugni authored Dec 13, 2017
2 parents d799255 + 1224d6c commit 1717876
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
@@ -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>",

0 comments on commit 1717876

Please sign in to comment.