From 952bbde73cf9ae78e8e3dc874502629bfbdb2405 Mon Sep 17 00:00:00 2001 From: Adrian Edwards <17362949+MoralCode@users.noreply.github.com> Date: Tue, 8 Oct 2019 08:48:16 -0400 Subject: [PATCH] add the persons name to the packet confirmation screen --- packet/static/js/signing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packet/static/js/signing.js b/packet/static/js/signing.js index 90855808..40b3872c 100644 --- a/packet/static/js/signing.js +++ b/packet/static/js/signing.js @@ -13,7 +13,7 @@ $(document).ready(function () { var userData = $("#userInfo").val(); dialogs.fire({ title: "Are you sure?", - 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", type: "warning", confirmButtonText: 'Sign', showCancelButton: true,