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

Unified Diff: chrome/common/extensions/docs/server2/templates/private/standard_extensions_article.html

Issue 10834255: Extensions Docs Server: Apps titles should show "Apps" instead of "Extensions" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 8 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
Index: chrome/common/extensions/docs/server2/templates/private/standard_extensions_article.html
diff --git a/chrome/common/extensions/docs/server2/templates/private/standard_extensions_article.html b/chrome/common/extensions/docs/server2/templates/private/standard_extensions_article.html
index 7a58370c685f5a08da97241cb40ffe95ba1e6b50..d14a6502353251f84f6772b6703e34bf7ab2d715 100644
--- a/chrome/common/extensions/docs/server2/templates/private/standard_extensions_article.html
+++ b/chrome/common/extensions/docs/server2/templates/private/standard_extensions_article.html
@@ -5,7 +5,7 @@
<title>{{article.title}} - Google Chrome</title>
</head>
<body>
- {{+partials.header_body}}
+ {{+partials.header_body title:extensions_title}}
<div id="gc-container">
{{+partials.extensions_sidenav}}
<div id="gc-pagecontent">

Powered by Google App Engine
This is Rietveld 408576698