From 586625c8d985c3a0eba35ee7c9157d6fc5cccc5c Mon Sep 17 00:00:00 2001 From: Patrick Connolly Date: Fri, 10 Apr 2015 18:12:16 -0400 Subject: [PATCH] Improved link action text. --- js/zerobin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.