Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hugo/layouts/papers/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ <h5 class="modal-title">Correct Metadata for <span id="paperIdSpan"></span></h5>
<input type="checkbox" class="form-check-input" id="pdfCorrectionCheck">
<label class="form-check-label" for="pdfCorrectionCheck">ALL author names match the snapshot above—including middle initials, hyphens, and accents.</label>
</div>
<button type="button" class="btn btn-primary" onclick="submitMetadataCorrection()">Submit</button>
<button type="button" class="btn btn-primary" onclick="submitMetadataCorrection()">Submit as a GitHub issue for staff review</button>
Copy link
Member

@mbollmann mbollmann Nov 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel the button looks quite bulky with that much text. Maybe just “Submit for staff review”?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't mind the bulkiness if it may prevent confusion. @mjpost what do you think?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

...it is ugly, but I also think we should err on the side of providing information.

I wonder if any people fail to submit the issue on Github. Should we have it read "Create Github Issue" (optionally with "for staff review" on second line)?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

</div>
</div>
</div>
Expand Down