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 0cc3bae + 2dccea2 commit ea89ca7Copy full SHA for ea89ca7
packet/static/js/signing.js
@@ -16,7 +16,7 @@ $(document).ready(function () {
16
url: "/api/v1/" + userData + "/sign/" + packetData.freshman_uid,
17
method: "POST",
18
success: function (data) {
19
- swal("Congratulations or I'm Sorry\nYou've signed " + packetData.freshman_name + "'s packet", {
+ swal("Congratulations or I'm sorry\nYou've signed " + packetData.freshman_name + "'s packet.", {
20
icon: "success",
21
})
22
.then(() => {
0 commit comments