From 1224d6c4edb5cd49dd7d98fb1fed86303e4f592a Mon Sep 17 00:00:00 2001 From: Justin McReynolds Date: Tue, 12 Dec 2017 17:25:34 -0800 Subject: [PATCH] fixed typo 'Regiatration' in patient profile --- portal/static/js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portal/static/js/main.js b/portal/static/js/main.js index 181c10e65f..4aeb50e3d6 100644 --- a/portal/static/js/main.js +++ b/portal/static/js/main.js @@ -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") + "
" + i18next.t("( GMT, Y-M-D )") + "",