From 3aa49119910551997b77608184506a4a098d78cc Mon Sep 17 00:00:00 2001 From: El RIDO Date: Sun, 16 Aug 2015 01:56:39 +0200 Subject: [PATCH] Small text message changes --- js/zerobin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.