Skip to content

Commit

Permalink
pkp/pkp-lib#10685 use correct locale for externalReview
Browse files Browse the repository at this point in the history
  • Loading branch information
jardakotesovec committed Dec 11, 2024
1 parent 5393390 commit 44d156b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/composables/useSubmission.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const ExtendedStagesLabels = {
incomplete: tk('submissions.incomplete'),
submission: tk('manager.publication.submissionStage'),
internalReview: tk('todo'),
externalReview: tk('manager.publication.reviewStage'),
externalReview: tk('submission.stage.externalReviewWithRound'),
editing: tk('submission.copyediting'),
productionQueued: tk('manager.publication.productionStage'),
productionScheduled: tk('submission.dashboard.view.scheduled'),
Expand Down

0 comments on commit 44d156b

Please sign in to comment.