File tree Expand file tree Collapse file tree
app/features/preprints/components/stepper/file-step Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,7 +128,13 @@ <h2>{{ 'preprints.preprintStepper.file.title' | translate }}</h2>
128128 class ="w-6 md:w-9rem "
129129 styleClass ="w-full "
130130 [label] ="'common.buttons.next' | translate "
131- (onClick) ="nextButtonClicked() "
132131 [disabled] ="!preprint()?.primaryFileId || versionFileMode() "
132+ [pTooltip] ="
133+ !preprint()?.primaryFileId || versionFileMode()
134+ ? ('preprints.preprintStepper.common.validation.fillRequiredFields' | translate)
135+ : ''
136+ "
137+ tooltipPosition ="top "
138+ (onClick) ="nextButtonClicked() "
133139 />
134140</ section >
Original file line number Diff line number Diff line change 20372037 },
20382038 "common" : {
20392039 "validation" : {
2040- "fillRequiredFields" : " Fill in ' Required' fields to continue"
2040+ "fillRequiredFields" : " Fill in “ Required” fields to continue"
20412041 },
20422042 "successMessages" : {
20432043 "preprintSaved" : " Preprint saved" ,
You can’t perform that action at this time.
0 commit comments