Skip to content

Commit 6636bbf

Browse files
authored
Merge pull request #187 from MoralCode/name-confirmation
add the persons name to the packet confirmation screen
2 parents 7164a5c + 952bbde commit 6636bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packet/static/js/signing.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $(document).ready(function () {
1313
var userData = $("#userInfo").val();
1414
dialogs.fire({
1515
title: "Are you sure?",
16-
text: "Once a packet is signed it can only be unsigned from request to the Evals Director",
16+
text: "Once " + packetData.freshman_name + "'s packet is signed it can only be unsigned from request to the Evals Director",
1717
type: "warning",
1818
confirmButtonText: 'Sign',
1919
showCancelButton: true,

0 commit comments

Comments
 (0)