| 
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",  | 
 | 
0 commit comments