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

Unified Diff: chrome/common/extensions/docs/server2/templates/public/apps/index.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/public/apps/index.html
diff --git a/chrome/common/extensions/docs/server2/templates/public/apps/index.html b/chrome/common/extensions/docs/server2/templates/public/apps/index.html
index 5bfdb6f65c3f737125a48c68c52407d9df36e3c9..d0bf6b7819bd35f18a04be3a577753439d1eba6d 100644
--- a/chrome/common/extensions/docs/server2/templates/public/apps/index.html
+++ b/chrome/common/extensions/docs/server2/templates/public/apps/index.html
@@ -3,10 +3,10 @@
<head>
{{+partials.header_head}}
<link href="{{static}}/css/index.css" rel="stylesheet" type="text/css">
- <title>Google Chrome Extensions</title>
+ <title>Google Chrome Apps</title>
</head>
<body>
- {{+partials.header_body}}
+ {{+partials.header_body title:apps_title}}
<div id="gc-container">
<div id="gc-pagecontent">
<table id="index">

Powered by Google App Engine
This is Rietveld 408576698