You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/src/views/CountryNsOverviewContextAndStructure/NationalSocietyLocalUnits/ConfigureLocalUnitsModal/index.tsx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -99,9 +99,9 @@ function ConfigureLocalUnitsModal(props: Props) {
Copy file name to clipboardExpand all lines: app/src/views/CountryNsOverviewContextAndStructure/NationalSocietyLocalUnits/LocalUnitImportModal/i18n.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,16 @@
2
2
"namespace": "localUnitImportModal",
3
3
"strings": {
4
4
"modalHeading": "Import Local Units for {countryName}",
5
-
"modalDescription": "Please select a local unit type and upload the CSV file",
5
+
"modalDescription": "Please select a local unit type and upload the xlsx file",
6
6
"modalImportPendingDescription": "Your file is currently being processed. You can close this modal and check the result from the upload history",
7
7
"closeButtonLabel": "Close",
8
8
"localUnitTypeInputLabel": "Local unit type",
9
-
"uploadFileSectionTitle": "Upload CSV file",
10
-
"uploadFileSectionDescription": "Please make sure to select a supported file format (csv) with size less than 10MB",
9
+
"uploadFileSectionTitle": "Upload xlsx file",
10
+
"uploadFileSectionDescription": "Please make sure to select a supported file format (xlsx) with size less than 10MB",
11
11
"selectFileButtonLabel": "Select a file",
12
12
"cancelUploadButtonLabel": "Cancel",
13
13
"startUploadButtonLabel": "Upload",
14
-
"contentStructureDescription": "The contents in the CSV should follow the structure provided in {templateLink}.",
14
+
"contentStructureDescription": "The contents in the xlsx should follow the structure provided in {templateLink}.",
15
15
"templateLinkLabel": "this template",
16
16
"noPermissionBothDescription": "You don't have permission and this unit is not externally managed.",
17
17
"noPermissionErrorDescription": "You do not have the permission to upload local unit data",
Copy file name to clipboardExpand all lines: app/src/views/CountryNsOverviewContextAndStructure/NationalSocietyLocalUnits/LocalUnitImportModal/index.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -258,7 +258,7 @@ function LocalUnitBulkUploadModal(props: Props) {
0 commit comments