We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7164a5c + 952bbde commit 6636bbfCopy full SHA for 6636bbf
packet/static/js/signing.js
@@ -13,7 +13,7 @@ $(document).ready(function () {
13
var userData = $("#userInfo").val();
14
dialogs.fire({
15
title: "Are you sure?",
16
- text: "Once a packet is signed it can only be unsigned from request to the Evals Director",
+ text: "Once " + packetData.freshman_name + "'s packet is signed it can only be unsigned from request to the Evals Director",
17
type: "warning",
18
confirmButtonText: 'Sign',
19
showCancelButton: true,
0 commit comments