Skip to content

Commit 952bbde

Browse files
committed
add the persons name to the packet confirmation screen
1 parent 7164a5c commit 952bbde

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)