Skip to content

Commit

Permalink
UIBULKED-132 Rename "Save and close" button to "Commit changes" (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
vashjs authored Jul 21, 2022
1 parent 47c55be commit f0034e1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* [UIBULKED-95](https://issues.folio.org/browse/UIBULKED-95) Missing "Download matched records (CSV)" action menu after query search
* [UIBULKED-131](https://issues.folio.org/browse/UIBULKED-131) Increase maximal upload file size
* [UIBULKED-64](https://issues.folio.org/browse/UIBULKED-64) Replace babel-eslint with @babel/eslint-parser
* [UIBULKED-132](https://issues.folio.org/browse/UIBULKED-132) Rename "Save and close" button to "Commit changes"

## [2.0.0](https://github.com/folio-org/ui-bulk-edit/tree/v2.0.0) (2022-07-08)

Expand Down
2 changes: 1 addition & 1 deletion translations/ui-bulk-edit/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
"previewModal.previewToBeChanged": "Preview of records to be changed",
"previewModal.keepEditing": "Keep editing",
"previewModal.downloadPreview": "Download preview",
"previewModal.saveAndClose": "Save & close",
"previewModal.saveAndClose": "Commit changes",
"previewModal.areYouSure": "Are you sure?",

"progressBar.title": "Uploading {title} and retrieving relevant data",
Expand Down
4 changes: 2 additions & 2 deletions translations/ui-bulk-edit/en_GB.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"previewModal.previewToBeChanged": "Preview of records to be changed",
"previewModal.keepEditing": "Keep editing",
"previewModal.downloadPreview": "Download preview",
"previewModal.saveAndClose": "Save & close",
"previewModal.saveAndClose": "Commit changes",
"progressBar.title": "Uploading {title} and retrieving relevant data",
"progresssBar.retrieving": "Retrieving",
"previewModal.areYouSure": "Are you sure?",
Expand Down Expand Up @@ -156,4 +156,4 @@
"list.preview.titleChanged": "Preview of record changed",
"list.errors.infoProccessed": "<b>{fileName}: {entries} entries * {matched} records changed * {errors} errors</b>",
"modal.fileExtensions.blocked.message2": "Only one file with .csv extension can be uploaded."
}
}
4 changes: 2 additions & 2 deletions translations/ui-bulk-edit/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"previewModal.previewToBeChanged": "Preview of records to be changed",
"previewModal.keepEditing": "Keep editing",
"previewModal.downloadPreview": "Download preview",
"previewModal.saveAndClose": "Save & close",
"previewModal.saveAndClose": "Commit changes",
"progressBar.title": "Uploading {title} and retrieving relevant data",
"progresssBar.retrieving": "Retrieving",
"previewModal.areYouSure": "Are you sure?",
Expand Down Expand Up @@ -156,4 +156,4 @@
"list.preview.titleChanged": "Preview of record changed",
"list.errors.infoProccessed": "<b>{fileName}: {entries} entries * {matched} records changed * {errors} errors</b>",
"modal.fileExtensions.blocked.message2": "Only one file with .csv extension can be uploaded."
}
}

0 comments on commit f0034e1

Please sign in to comment.