Improve message

This commit is contained in:
Yarmo Mackenbach 2021-05-02 13:06:18 +02:00
parent e18753b54a
commit d11b13ab27
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1

View file

@ -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;
}