Skip to content

Commit ea89ca7

Browse files
authored
Merge pull request #57 from WillNilges/develop
Fixed grammar on the confirmation popup.
2 parents 0cc3bae + 2dccea2 commit ea89ca7

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
@@ -16,7 +16,7 @@ $(document).ready(function () {
1616
url: "/api/v1/" + userData + "/sign/" + packetData.freshman_uid,
1717
method: "POST",
1818
success: function (data) {
19-
swal("Congratulations or I'm Sorry\nYou've signed " + packetData.freshman_name + "'s packet", {
19+
swal("Congratulations or I'm sorry\nYou've signed " + packetData.freshman_name + "'s packet.", {
2020
icon: "success",
2121
})
2222
.then(() => {

0 commit comments

Comments
 (0)