Skip to content

Commit

Permalink
changed export label
Browse files Browse the repository at this point in the history
  • Loading branch information
SteRiccio committed Nov 16, 2023
1 parent e9f0fba commit be46258
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions core/i18n/resources/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,7 @@ Are you sure you want to continue?`,
demoteAllRecordsFromAnalysis: 'Analysis -> Cleansing',
demoteAllRecordsFromCleansing: 'Cleansing -> Entry',
editRecord: 'Edit record',
exportList: 'Export list',
filterPlaceholder: 'Filter by keys or owner',
viewRecord: 'View record',
owner: 'Owner',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const HeaderLeft = ({ handleSearch, navigateToRecord, onRecordsUpdate, search, s
testId={TestId.records.exportBtn}
href={`/api/survey/${surveyId}/records/summary/export`}
requestParams={{ cycle }}
label="common.export"
label="dataView.records.exportList"
/>
)}
{published && canUpdateRecordsStep && selectedItemsCount > 0 && (
Expand Down

0 comments on commit be46258

Please sign in to comment.