Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasraoni committed Feb 2, 2024
1 parent 92ed3c1 commit 7ba500d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ window.pkp = {
'manager.dois.update.failedCreation': 'DOI Updates Failed',
'manager.dois.update.partialFailure': 'Some DOI(s) could not be updated',
'manager.newSubmission': 'New Submission',
'manger.dois.update.success': 'DOI(s) successfully updated',
'manager.dois.update.success': 'DOI(s) successfully updated',
'navigation.backTo': '\u27f5 Back to {$page}',
'navigation.submissions': 'Submissions',
'publication.status.published': 'Published',
Expand Down
2 changes: 1 addition & 1 deletion src/components/ListPanel/doi/DoiListPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ export default {
pkp.eventBus.$emit(
'notify',
this.t('manger.dois.update.success'),
this.t('manager.dois.update.success'),
'success',
);
this.setItems(newItemsList, this.itemsMax);
Expand Down

0 comments on commit 7ba500d

Please sign in to comment.