Skip to content

Commit

Permalink
Merge pull request #438 from EyeSeeTea/feature/dashboard-message-244y8g4
Browse files Browse the repository at this point in the history
Update temporalMessageForVersion_2_36_8 date
  • Loading branch information
adrianq authored Apr 11, 2022
2 parents 55142f6 + 5763e62 commit 537b002
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions i18n/en.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"POT-Creation-Date: 2022-02-22T09:17:54.865Z\n"
"PO-Revision-Date: 2022-02-22T09:17:54.865Z\n"
"POT-Creation-Date: 2022-04-11T08:24:13.553Z\n"
"PO-Revision-Date: 2022-04-11T08:24:13.553Z\n"

msgid "Name"
msgstr ""
Expand Down Expand Up @@ -47,7 +47,7 @@ msgstr ""

msgid ""
"PLEASE NOTE: monthly % achieved dashboards are not functional in this "
"version of Platform, but plan to be restored by March 31. In the interim, "
"version of Platform, but plan to be restored by May 31. In the interim, "
"reach out to [email protected] if you need visibility on this data."
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "data-management-app",
"description": "DHIS2 Data Management App",
"version": "1.0.3",
"version": "1.0.4",
"license": "GPL-3.0",
"author": "EyeSeeTea team",
"homepage": ".",
Expand Down
2 changes: 1 addition & 1 deletion src/components/dashboard/Dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const Dashboard: React.FC<DashboardProps> = props => {
const appHistory = useAppHistory(backUrl);

const temporalMessageForVersion_2_36_8 = i18n.t(
"PLEASE NOTE: monthly % achieved dashboards are not functional in this version of Platform, but plan to be restored by March 31. In the interim, reach out to [email protected] if you need visibility on this data.",
"PLEASE NOTE: monthly % achieved dashboards are not functional in this version of Platform, but plan to be restored by May 31. In the interim, reach out to [email protected] if you need visibility on this data.",
{ nsSeparator: false }
);

Expand Down

0 comments on commit 537b002

Please sign in to comment.