From 5e079f5f2095b115d7382dde007916a6c5912c3f Mon Sep 17 00:00:00 2001 From: Georges Kesseler Date: Sun, 5 Nov 2017 21:43:27 +0100 Subject: [PATCH] text changes --- phpCryptoSite/index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/phpCryptoSite/index.html b/phpCryptoSite/index.html index c144b14..acac383 100644 --- a/phpCryptoSite/index.html +++ b/phpCryptoSite/index.html @@ -19,7 +19,7 @@ @@ -74,11 +75,11 @@ { result = caesarShift(enc,i); if (result === dec){ - $("#mainDiv").empty().append("

You made it

click here to
Try another code

"); + $("#mainDiv").empty().append("

Congratulations, you made it!

click here to
Try another code

"); succeed = true; } if (!succeed) - $("#mainDiv").empty().append("

You didn't made it

click here to
Try again

"); + $("#mainDiv").empty().append("

Sorry, you didn't succeed

click here to
Try again

"); } }); });