Skip to content

Commit 27707ba

Browse files
committed
update name to Data Approval Extended
1 parent 4014d08 commit 27707ba

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

i18n/en.pot

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

1111
msgid "0"
1212
msgstr ""
@@ -172,7 +172,7 @@ msgstr ""
172172
msgid "Error when trying to check difference in data values"
173173
msgstr ""
174174

175-
msgid "Data Approval Report"
175+
msgid "Data Approval Extended"
176176
msgstr ""
177177

178178
msgid "No dataSets configuration found."

i18n/es.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
msgid ""
22
msgstr ""
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 ""
172172
msgid "Error when trying to check difference in data values"
173173
msgstr ""
174174

175-
msgid "Data Approval Report"
175+
msgid "Data Approval Extended"
176176
msgstr ""
177177

178178
msgid "No dataSets configuration found."

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -128,8 +128,8 @@
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
},

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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>

src/scripts/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function run(cmd: string): void {
99
export 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

src/webapp/reports/mal-data-approval/MalDataApprovalReport.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 && (

0 commit comments

Comments
 (0)