From d11b13ab27da21c7bb4f0d9afc8729e508f87ece Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Sun, 2 May 2021 13:06:18 +0200 Subject: [PATCH] Improve message --- static/kx-claim.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/kx-claim.js b/static/kx-claim.js index ce52b81..8fa1ff2 100644 --- a/static/kx-claim.js +++ b/static/kx-claim.js @@ -109,7 +109,7 @@ class Claim extends HTMLElement { const subsection0_text = subsection0.appendChild(document.createElement('div')); const message = subsection0_text.appendChild(document.createElement('p')); - message.innerHTML = `None of the matched service providers could be verified. Keyoxide is not able to determine which is the correct service provider and why the verification process failed.`; + message.innerHTML = `None of the matched service providers could be verified. Keyoxide was not able to determine which was the correct service provider or why the verification process failed.`; return; }