Skip to content

Commit

Permalink
Fix missing title in confirmation prompt when creating new version
Browse files Browse the repository at this point in the history
  • Loading branch information
NateWr committed Nov 13, 2020
1 parent 079e8ca commit ab63042
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/workflow/PKPWorkflowHandler.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,8 @@ function index($args, $request) {
'unscheduleConfirmLabel' => __('publication.unschedule.confirm'),
'unscheduleLabel' => __('publication.unschedule'),
'versionLabel' => __('semicolon', ['label' => __('admin.version')]),
'versionConfirmLabel' => __('publication.version.confirm'),
'versionConfirmTitle' => __('publication.createVersion'),
'versionConfirmMessage' => __('publication.version.confirm'),
'workingPublication' => $workingPublicationProps,
];

Expand Down

0 comments on commit ab63042

Please sign in to comment.