Skip to content

Commit

Permalink
pkp/pkp-lib#10685 Fix some stage locale keys
Browse files Browse the repository at this point in the history
  • Loading branch information
jardakotesovec committed Dec 11, 2024
1 parent 44d156b commit f25f9ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/composables/useSubmission.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ export const ExtendedStagesLabels = {
externalReview: tk('submission.stage.externalReviewWithRound'),
editing: tk('submission.copyediting'),
productionQueued: tk('manager.publication.productionStage'),
productionScheduled: tk('submission.dashboard.view.scheduled'),
productionPublished: tk('submission.dashboard.view.published'),
productionScheduled: tk('submission.stage.scheduledForPublication'),
productionPublished: tk('submission.stage.published'),
declined: tk('submissions.declined'),
};

Expand Down

0 comments on commit f25f9ba

Please sign in to comment.