From ca04e5651f4e0da2f005f789a6ef46d44633c676 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hernando=20Mu=C3=B1oz=20Jimenez?= <156966097+nandojmj@users.noreply.github.com> Date: Thu, 22 Feb 2024 17:55:30 -0500 Subject: [PATCH] Add files via upload --- app.js | 2 +- index.html | 2 +- style.css | 6 ++---- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/app.js b/app.js index 51c0357..14d8ccc 100644 --- a/app.js +++ b/app.js @@ -76,7 +76,7 @@ function copiarPortapapeles(e) { e.preventDefault(); let textoResultado = document.getElementById("textoResultado").textContent; if (!textoResultado) { - alert("Por favor, ingresa un texto para encriptar o desencriptar."); + alert("Ningun mensaje fue encontrado.Por favor, ingresa un texto para encriptar o desencriptar."); return; } navigator.clipboard.writeText(textoResultado); diff --git a/index.html b/index.html index b1c4172..6f4cff7 100644 --- a/index.html +++ b/index.html @@ -38,7 +38,7 @@