Skip to content

Commit

Permalink
CONCD-919 2nd line of text (#2530)
Browse files Browse the repository at this point in the history
  • Loading branch information
rasarkar authored Sep 19, 2024
1 parent a4bb978 commit aaf0608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concordia/static/js/src/contribute.js
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ window.addEventListener('beforeunload', function (event) {
});
$('#asset-reservation-failure-modal').click(function () {
document.getElementById('transcription-input').placeholder =
'Someone else is already transcribing this page';
"Someone else is already transcribing this page.\n\nYou can help by transcribing a new page, adding tags to this page, or coming back later to review this page's transcription.";
});

setupPage();

0 comments on commit aaf0608

Please sign in to comment.