summaryrefslogtreecommitdiffstats
path: root/base/server/share/webapps
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2015-06-18 00:58:29 -0400
committerEndi S. Dewata <edewata@redhat.com>2015-06-18 00:58:29 -0400
commit8cd43950a25b819c07c9d913da794068db58e18a (patch)
treedb61f329a0effd7ee1e9f267e5fd8a434abbc94b /base/server/share/webapps
parentf2f6c1aac7ca434266edfccae5c2d770683c838b (diff)
downloadpki-8cd43950a25b819c07c9d913da794068db58e18a.tar.gz
pki-8cd43950a25b819c07c9d913da794068db58e18a.tar.xz
pki-8cd43950a25b819c07c9d913da794068db58e18a.zip
Fixed typos in Web UI.
Diffstat (limited to 'base/server/share/webapps')
-rw-r--r--base/server/share/webapps/ROOT/index.jsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/server/share/webapps/ROOT/index.jsp b/base/server/share/webapps/ROOT/index.jsp
index f63e69869..b79281bff 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>