From 7072e88c90275857f02c3f63e9c195c84a78d30b Mon Sep 17 00:00:00 2001
From: Otto Zaiser <zaisero@nic.ar>
Date: Thu, 4 Oct 2018 10:36:28 -0300
Subject: [PATCH] Cambio texto error

---
 js/tsa.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/tsa.js b/js/tsa.js
index 8131334..6af89a3 100644
--- a/js/tsa.js
+++ b/js/tsa.js
@@ -189,7 +189,7 @@ function verify_bfa(ots) {
         },
         error: function (jqXHR, textStatus, errorThrown) {
 
-            responseText = 'No se encontró el archivo';
+            responseText = 'El recibo digital no corresponde al documento seleccionado.';
 
             if (errorThrown == 'timeout') {
                 responseText = 'No se pudo conectar a Blockchain Federal Argentina';
-- 
GitLab