diff --git a/js/zerobin.js b/js/zerobin.js index 2b2497ff..a9464973 100644 --- a/js/zerobin.js +++ b/js/zerobin.js @@ -360,7 +360,7 @@ function send_data() { showStatus(''); $('div#pastelink').html('Your paste is ' + url + ' (Hit CTRL+C to copy)'); - $('div#deletelink').html('Delete link'); + $('div#deletelink').html('Delete linked data'); $('div#pasteresult').show(); selectText('pasteurl'); // We pre-select the link so that the user only has to CTRL+C the link.