diff options
Diffstat (limited to 'attachment.cgi')
-rwxr-xr-x | attachment.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/attachment.cgi b/attachment.cgi index 923af74b7..690a42d67 100755 --- a/attachment.cgi +++ b/attachment.cgi @@ -684,7 +684,7 @@ sub delete_attachment { && ($event eq 'attachment' . $attachment->id)) { # The token is invalid. - ThrowUserError('token_inexistent'); + ThrowUserError('token_does_not_exist'); } # The token is valid. Delete the content of the attachment. |