[Pki-devel] [PATCH] 612 Fixed typos in Web UI.

Endi Sukma Dewata edewata at redhat.com
Thu Jun 18 05:03:04 UTC 2015


Pushed to master under one-liner/trivial rule.

-- 
Endi S. Dewata
-------------- next part --------------
From 8cd43950a25b819c07c9d913da794068db58e18a Mon Sep 17 00:00:00 2001
From: "Endi S. Dewata" <edewata at redhat.com>
Date: Thu, 18 Jun 2015 00:58:29 -0400
Subject: [PATCH] Fixed typos in Web UI.

---
 base/ca/shared/webapps/ca/services.template | 2 +-
 base/server/share/webapps/ROOT/index.jsp    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/base/ca/shared/webapps/ca/services.template b/base/ca/shared/webapps/ca/services.template
index fc53c23b0eb6267dbb6ba015cbf68fd2de5c9883..0ccbd1c43dab6891efda374935d2045cdff4a6bc 100644
--- a/base/ca/shared/webapps/ca/services.template
+++ b/base/ca/shared/webapps/ca/services.template
@@ -103,7 +103,7 @@ Certificate System CA Services Page
 
 if (typeof(crypto) != "undefined" && typeof(crypto.version) != "undefined") {
 } else {
-    document.write('<p> <font color="red"> Warning: This version of Firefox no longer supports the crypto web object used to generate and archive keys from the broswer. Although Certificate System will continue to work, some of the functionality may no longer be supported. </font> </p>');
+    document.write('<p> <font color="red"> Warning: This version of Firefox no longer supports the crypto web object used to generate and archive keys from the browser. Although Certificate System will continue to work, some of the functionality may no longer be supported. </font> </p>');
     document.write('<br>');
 }
 
diff --git a/base/server/share/webapps/ROOT/index.jsp b/base/server/share/webapps/ROOT/index.jsp
index f63e69869a22db305a9d2fcf66cf6c105c487c4e..b79281bff66788b153b7f6febc8ad8d2e157c481 100644
--- a/base/server/share/webapps/ROOT/index.jsp
+++ b/base/server/share/webapps/ROOT/index.jsp
@@ -87,7 +87,7 @@ $(function() {
 <script>
 if (typeof(crypto) != "undefined" && typeof(crypto.version) != "undefined") {
 } else {
-    document.write('<p> <font color="red"> Warning: This version of Firefox no longer supports the crypto web object used to generate and archive keys from the broswer. Although Certificate System will continue to work, some of the functionality may no longer be supported. </font> </p>');
+    document.write('<p> <font color="red"> Warning: This version of Firefox no longer supports the crypto web object used to generate and archive keys from the browser. Although Certificate System will continue to work, some of the functionality may no longer be supported. </font> </p>');
     document.write('<br>');
 }
 </script>
-- 
1.9.3



More information about the Pki-devel mailing list