Skip to content

Commit

Permalink
update translation
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmytro-Melnyshyn committed Oct 29, 2024
1 parent 1008c95 commit a13d68e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/QuickMarc.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const QuickMarc = ({
},
{
path: `${basePath}/duplicate-bib/:externalId`,
permission: 'ui-quick-marc.quick-marc-editor.duplicate.execute',
permission: 'ui-quick-marc.quick-marc-editor.derive.execute',
props: {
action: QUICK_MARC_ACTIONS.DERIVE,
wrapper: QuickMarcDeriveWrapper,
Expand Down
2 changes: 1 addition & 1 deletion translations/ui-quick-marc/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"permission.quick-marc-holdings-editor.view": "quickMARC: View MARC holdings record",
"permission.quick-marc-holdings-editor.all": "quickMARC: View, edit MARC holdings record",
"permission.quick-marc-holdings-editor.create": "quickMARC: Create a new MARC holdings record",
"permission.quick-marc-editor.duplicate.execute": "quickMARC: Derive new MARC bibliographic record",
"permission.quick-marc-editor.derive.execute": "quickMARC: Derive new MARC bibliographic record",
"permission.quick-marc-editor.create": "quickMARC: Create a new MARC bibliographic record",
"permission.quick-marc-authorities-editor.create": "quickMARC: Create a new MARC authority record",
"permission.quick-marc-authorities-editor.all": "quickMARC: View, edit MARC authorities record",
Expand Down

0 comments on commit a13d68e

Please sign in to comment.