Skip to content

Commit 9062f93

Browse files
committed
asdf
1 parent 6a88ec1 commit 9062f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/grid/catalogEntry/form/PublicationFormatForm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function __construct($monograph, $publicationFormat, $publication)
6363
$this->addCheck(new \PKP\form\validation\FormValidatorCSRF($this));
6464

6565
// Ensure a locale is provided and valid:
66-
// Publication format locale can be one of the context's supported locales, as well as
66+
// Publication format locale can be one of the context's supported submission locales, as well as
6767
// the existing monograph locale or the existing local of this publication format.
6868
$locales = collect(Application::get()->getRequest()->getContext()->getSupportedSubmissionLocales())
6969
->concat([$monograph->getData('locale')])

0 commit comments

Comments
 (0)