Update index.js

This commit is contained in:
Kainoa Kanter 2022-02-28 14:48:33 -08:00 committed by GitHub
parent 46ae11b4fe
commit d4d865bdfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ function postPaste(content, callback) {
callback(
JSON.parse(
xhr.responseText ||
`{"data": { "message": "Unknown error occurred.." } }`
`{"data": { "message": "An unkown error occured!" } }`
)
);
},