File tree Expand file tree Collapse file tree
webapp/reports/mal-data-approval Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ msgstr ""
55"Content-Type : text/plain; charset=utf-8\n "
66"Content-Transfer-Encoding : 8bit\n "
77"Plural-Forms : nplurals=2; plural=(n != 1)\n "
8- "POT-Creation-Date : 2026-01-13T11:32:45.837Z \n "
9- "PO-Revision-Date : 2026-01-13T11:32:45.837Z \n "
8+ "POT-Creation-Date : 2026-01-28T23:21:16.585Z \n "
9+ "PO-Revision-Date : 2026-01-28T23:21:16.585Z \n "
1010
1111msgid "0"
1212msgstr ""
@@ -172,7 +172,7 @@ msgstr ""
172172msgid "Error when trying to check difference in data values"
173173msgstr ""
174174
175- msgid "Data Approval Report "
175+ msgid "Data Approval Extended "
176176msgstr ""
177177
178178msgid "No dataSets configuration found."
Original file line number Diff line number Diff line change 11msgid ""
22msgstr ""
33"Project-Id-Version : i18next-conv\n "
4- "POT-Creation-Date : 2026-01-13T11:32:45.837Z \n "
4+ "POT-Creation-Date : 2026-01-28T23:21:16.585Z \n "
55"PO-Revision-Date : 2018-10-25T09:02:35.143Z\n "
66"MIME-Version : 1.0\n "
77"Content-Type : text/plain; charset=UTF-8\n "
@@ -172,7 +172,7 @@ msgstr ""
172172msgid "Error when trying to check difference in data values"
173173msgstr ""
174174
175- msgid "Data Approval Report "
175+ msgid "Data Approval Extended "
176176msgstr ""
177177
178178msgid "No dataSets configuration found."
Original file line number Diff line number Diff line change 11{
2- "name" : " data-approval-dev " ,
3- "description" : " Approval Report " ,
2+ "name" : " data-approval-extended " ,
3+ "description" : " Data Approval Extended " ,
44 "version" : " 1.0.0-beta.1" ,
55 "license" : " GPL-3.0" ,
66 "author" : " EyeSeeTea team" ,
128128 "wait-on" : " 6.0.0"
129129 },
130130 "manifest.webapp" : {
131- "name" : " Approval Report " ,
132- "description" : " Approval Report " ,
131+ "name" : " Data Approval Extended " ,
132+ "description" : " Data Approval Extended " ,
133133 "icons" : {
134134 "48" : " mal-icon.png"
135135 },
Original file line number Diff line number Diff line change 1919 work correctly both with client-side routing and a non-root public URL.
2020 Learn how to configure a non-root public URL by running `npm run build`.
2121 -->
22- < title > Approval Report </ title >
22+ < title > Data Approval Extended </ title >
2323 </ head >
2424 < body >
2525 < noscript > You need to enable JavaScript to run this app. </ noscript >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ function run(cmd: string): void {
99export async function build ( ) : Promise < void > {
1010 const report = process . env . REACT_APP_REPORT_VARIANT ;
1111 console . debug ( `Report type: ${ report } ` ) ;
12- console . debug ( "Building DHIS2 Approval Report " ) ;
12+ console . debug ( "Building DHIS2 Data Approval Extended " ) ;
1313 run ( "yarn nhwa-build" ) ;
1414}
1515
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ const MalDataApprovalStatusReport: React.FC = () => {
2525 < div className = { classes . wrapper } >
2626 < div className = { classes . container } >
2727 < Typography variant = "h5" gutterBottom >
28- { i18n . t ( "Data Approval Report " ) }
28+ { i18n . t ( "Data Approval Extended " ) }
2929 </ Typography >
3030
3131 { isAdmin && (
You can’t perform that action at this time.
0 commit comments