Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3740)

Unified Diff: chrome/browser/resources/options/certificate_manager.html

Issue 23567010: Fixing a problem introduced when "Unknown" certs were renamed (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/webui/options/certificate_manager_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/certificate_manager.html
diff --git a/chrome/browser/resources/options/certificate_manager.html b/chrome/browser/resources/options/certificate_manager.html
index 70dc77398cf1f0dce5745539105d3db5223fdc5d..3d28e7f2b9f5b85734656b36a47e4199801a340c 100644
--- a/chrome/browser/resources/options/certificate_manager.html
+++ b/chrome/browser/resources/options/certificate_manager.html
@@ -20,8 +20,8 @@
<span class="active-tab-label" i18n-content="caCertsTabTitle"></span>
</span>
<span id="other-certs-nav-tab" class="tab" tab-contents="otherCertsTab">
- <span class="tab-label" i18n-content="unknownCertsTabTitle"></span>
- <span class="active-tab-label" i18n-content="unknownCertsTabTitle">
+ <span class="tab-label" i18n-content="otherCertsTabTitle"></span>
+ <span class="active-tab-label" i18n-content="otherCertsTabTitle">
</span>
</span>
</div>
@@ -114,7 +114,7 @@
<div id="otherCertsTab" class="subpages-tab-contents">
<table class="certificate-tree-table">
<tr><td>
- <span i18n-content="unknownCertsTabDescription"></span>
+ <span i18n-content="otherCertsTabDescription"></span>
</td></tr>
<tr><td>
<tree id="otherCertsTab-tree" class="certificate-tree"
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/webui/options/certificate_manager_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698