diff --git a/decrypt/index.html b/decrypt/index.html index c24144bf5b..d0675e2dc2 100644 --- a/decrypt/index.html +++ b/decrypt/index.html @@ -2,11 +2,11 @@ - Decrypt text + Decrypt content - + @@ -49,7 +49,7 @@ password.focus(); } else { - error.textContent = 'Your browser is unsuitable for decrypting text'; + error.textContent = 'Your browser is unsuitable for decrypting content'; error.style.display = 'block'; details.innerHTML = 'crypto.subtle: ' + (crypto.subtle ? 'Yes' : 'No') + '
' + @@ -136,7 +136,7 @@