diff --git a/js/zerobin.js b/js/zerobin.js index 57bc6fb9..fb603f46 100644 --- a/js/zerobin.js +++ b/js/zerobin.js @@ -293,7 +293,7 @@ function send_comment(parentid) { $.post(scriptLocation(), data_to_send, 'json') .error(function() { - showError('Comment could not be sent (serveur error or not responding).'); + showError('Comment could not be sent (server error or not responding).'); }) .success(function(data) { if (data.status == 0) { @@ -348,7 +348,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 data'); $('div#pasteresult').removeClass('hidden'); selectText('pasteurl'); // We pre-select the link so that the user only has to CTRL+C the link.