diff --git a/cypress/e2e/NewPage/index.js b/cypress/e2e/NewPage/index.js
index d104f14c6d..a7999e9172 100644
--- a/cypress/e2e/NewPage/index.js
+++ b/cypress/e2e/NewPage/index.js
@@ -13,7 +13,7 @@ Given('you are in the registration page with Ngelehun CHC org unit selected', ()
And('there should be informative message explaining you need to select an organisation unit', () => {
cy.get('[data-test="informative-paper"]')
- .contains('Choose a registering unit to start reporting')
+ .contains('Choose an organisation unit to start reporting')
.should('exist');
});
diff --git a/cypress/e2e/ScopeSelector/index.js b/cypress/e2e/ScopeSelector/index.js
index b39db49c88..fc0bee5054 100644
--- a/cypress/e2e/ScopeSelector/index.js
+++ b/cypress/e2e/ScopeSelector/index.js
@@ -236,8 +236,8 @@ const selectedChildProgram = ['Program', 'Child Programme'];
const selectedMalariaProgram = ['Program', 'Malaria case diagnosis'];
const selectedEventProgram = ['Program', 'Antenatal care visit'];
const emptyProgramSelection = ['Program', 'Choose a program'];
-const selectedOrgUnit = ['Registering unit', 'Taninahun (Malen) CHP'];
-const emptyOrgUnitSelection = ['Choose a registering unit'];
+const selectedOrgUnit = ['Organisation unit', 'Taninahun (Malen) CHP'];
+const emptyOrgUnitSelection = ['Choose an organisation unit'];
const selectedTei = ['Person', 'Carlos Cruz'];
const selectedEnrollment = ['Enrollment', `${getCurrentYear() + 1}-07-01 12:05`];
@@ -294,7 +294,7 @@ And('you see the enrollment event Edit page but there is no org unit id in the u
And('you see the enrollment event New page but there is no org unit id in the url', () => {
cy.url().should('eq', `${Cypress.config().baseUrl}/#/enrollmentEventNew?enrollmentId=gPDueU02tn8&programId=IpHINAT79UW&stageId=A03MvHHogjR&teiId=fhFQhO0xILJ`);
- cy.contains('Choose a registering unit to start reporting');
+ cy.contains('Choose an organisation unit to start reporting');
});
And('you see the enrollment event New page but there is no stage id in the url', () => {
@@ -370,7 +370,7 @@ When('you select org unit that is incompatible with the already selected program
Then('you can see message on the scope selector', () => {
cy.get('[data-test="error-message-handler"]')
- .contains('Selected program is invalid for selected registering unit');
+ .contains('Selected program is invalid for selected organisation unit');
cy.get('[data-test="program-selector-container-clear-icon"]')
.click();
cy.get('[data-test="program-selector-container"]')
diff --git a/cypress/e2e/WorkingLists/TeiWorkingLists/TeiWorkingListsUser.feature b/cypress/e2e/WorkingLists/TeiWorkingLists/TeiWorkingListsUser.feature
index f32aaef407..77d13a9d2b 100644
--- a/cypress/e2e/WorkingLists/TeiWorkingLists/TeiWorkingListsUser.feature
+++ b/cypress/e2e/WorkingLists/TeiWorkingLists/TeiWorkingListsUser.feature
@@ -53,11 +53,11 @@ And the list should display teis with John as the first name
And rows per page should be set to 15
And for a tracker program the page navigation should show that you are on the first page
-Scenario: Show the registering unit column
+Scenario: Show the organisation unitt column
Given you open the main page with Ngelehun and child programme context
When you open the column selector
-And you select the registering unit and save from the column selector
-Then the registering unit should display in the list
+And you select the organisation unit and save from the column selector
+Then the organisation unit should display in the list
Scenario: Show next page
Given you open the main page with Ngelehun and child programme context
diff --git a/cypress/e2e/WorkingLists/TeiWorkingLists/TeiWorkingListsUser/index.js b/cypress/e2e/WorkingLists/TeiWorkingLists/TeiWorkingListsUser/index.js
index 1cb0e50f6a..58bb083e99 100644
--- a/cypress/e2e/WorkingLists/TeiWorkingLists/TeiWorkingListsUser/index.js
+++ b/cypress/e2e/WorkingLists/TeiWorkingLists/TeiWorkingListsUser/index.js
@@ -245,9 +245,9 @@ When('you open the column selector', () => {
.click();
});
-When('you select the registering unit and save from the column selector', () => {
+When('you select the organisation unit and save from the column selector', () => {
cy.get('aside[role="dialog"]')
- .contains('Registering unit')
+ .contains('Organisation unit')
.find('input')
.click();
@@ -256,9 +256,9 @@ When('you select the registering unit and save from the column selector', () =>
.click();
});
-Then('the registering unit should display in the list', () => {
+Then('the organisation unit should display in the list', () => {
cy.get('[data-test="online-list-table"]')
- .contains('Registering unit')
+ .contains('Organisation unit')
.should('exist');
});
diff --git a/docs/user/using-the-capture-app.md b/docs/user/using-the-capture-app.md
index 9a2fcd445e..8ad8061976 100644
--- a/docs/user/using-the-capture-app.md
+++ b/docs/user/using-the-capture-app.md
@@ -936,7 +936,7 @@ Depending on the status of events, there can be additional information regarding
![](resources/images/enrollment-dash-stages-events-03.png)
-When you expand the list, you will see the table contains the data of events in the stage. This includes mandatory columns: `Status`, `Report date` and `Registering unit`, the following columns depend on the data elements that have been selected as `Display in list` of event.
+When you expand the list, you will see the table contains the data of events in the stage. This includes mandatory columns: `Status`, `Report date` and `Organization unit`, the following columns depend on the data elements that have been selected as `Display in list` of event.
Events are sorted with most recent on top and other columns are also sortable.
diff --git a/i18n/en.pot b/i18n/en.pot
index 4def224e97..faa9bc585b 100644
--- a/i18n/en.pot
+++ b/i18n/en.pot
@@ -607,8 +607,8 @@ msgstr "Could not get organisation unit"
msgid "Program doesn't exist"
msgstr "Program doesn't exist"
-msgid "Selected program is invalid for selected registering unit"
-msgstr "Selected program is invalid for selected registering unit"
+msgid "Selected program is invalid for selected organisation unit"
+msgstr "Selected program is invalid for selected organisation unit"
msgid "Online"
msgstr "Online"
@@ -786,8 +786,8 @@ msgstr "There was an error opening the Page"
msgid "There was an error loading the page"
msgstr "There was an error loading the page"
-msgid "Choose a registering unit to start reporting"
-msgstr "Choose a registering unit to start reporting"
+msgid "Choose an organisation unit to start reporting"
+msgstr "Choose an organisation unit to start reporting"
msgid "No feedback for this event yet"
msgstr "No feedback for this event yet"
@@ -996,11 +996,8 @@ msgstr "Add relationship"
msgid "No results found for "
msgstr "No results found for "
-msgid "Registering unit"
-msgstr "Registering unit"
-
-msgid "Choose a registering unit"
-msgstr "Choose a registering unit"
+msgid "Choose an organisation unit"
+msgstr "Choose an organisation unit"
msgid "Clear selection"
msgstr "Clear selection"
@@ -1011,8 +1008,8 @@ msgstr "No programs available."
msgid "Search for a program"
msgstr "Search for a program"
-msgid "Some programs are being filtered by the chosen registering unit"
-msgstr "Some programs are being filtered by the chosen registering unit"
+msgid "Some programs are being filtered by the chosen organisation unit"
+msgstr "Some programs are being filtered by the chosen organisation unit"
msgid "Show all programs"
msgstr "Show all programs"
diff --git a/src/core_modules/capture-core/components/LockedSelector/LockedSelector.epics.js b/src/core_modules/capture-core/components/LockedSelector/LockedSelector.epics.js
index ad4329db43..3a98787cf5 100644
--- a/src/core_modules/capture-core/components/LockedSelector/LockedSelector.epics.js
+++ b/src/core_modules/capture-core/components/LockedSelector/LockedSelector.epics.js
@@ -63,7 +63,7 @@ export const validateSelectionsBasedOnUrlUpdateEpic = (action$: InputObservable)
}
if (orgUnitId && !program.organisationUnits[orgUnitId]) {
- return invalidSelectionsFromUrl(i18n.t('Selected program is invalid for selected registering unit'));
+ return invalidSelectionsFromUrl(i18n.t('Selected program is invalid for selected organisation unit'));
}
}
diff --git a/src/core_modules/capture-core/components/Pages/EnrollmentAddEvent/EnrollmentAddEventPageDefault/EnrollmentAddEventPageDefault.component.js b/src/core_modules/capture-core/components/Pages/EnrollmentAddEvent/EnrollmentAddEventPageDefault/EnrollmentAddEventPageDefault.component.js
index 572f99b578..01fc09eae1 100644
--- a/src/core_modules/capture-core/components/Pages/EnrollmentAddEvent/EnrollmentAddEventPageDefault/EnrollmentAddEventPageDefault.component.js
+++ b/src/core_modules/capture-core/components/Pages/EnrollmentAddEvent/EnrollmentAddEventPageDefault/EnrollmentAddEventPageDefault.component.js
@@ -68,7 +68,7 @@ const EnrollmentAddEventPagePain = ({
if (!orgUnitId) {
return (
- {i18n.t('Choose a registering unit to start reporting')}
+ {i18n.t('Choose an organisation unit to start reporting')}
);
}
diff --git a/src/core_modules/capture-core/components/Pages/New/NewPage.component.js b/src/core_modules/capture-core/components/Pages/New/NewPage.component.js
index 7d99fee935..a83d01f63c 100644
--- a/src/core_modules/capture-core/components/Pages/New/NewPage.component.js
+++ b/src/core_modules/capture-core/components/Pages/New/NewPage.component.js
@@ -98,7 +98,7 @@ const NewPagePlain = ({
newPageStatus === newPageStatuses.WITHOUT_ORG_UNIT_SELECTED &&
<>
- {i18n.t('Choose a registering unit to start reporting')}
+ {i18n.t('Choose an organisation unit to start reporting')}