| Index: components/physical_web/webui/resources/physical_web.html
|
| diff --git a/components/physical_web/webui/resources/physical_web.html b/components/physical_web/webui/resources/physical_web.html
|
| index 434a6b89b964c67ab11abcf57e1d02021cc0b518..a5a0ba698842d76e0b2decc0c2242c55fcc6c695 100644
|
| --- a/components/physical_web/webui/resources/physical_web.html
|
| +++ b/components/physical_web/webui/resources/physical_web.html
|
| @@ -27,12 +27,12 @@
|
| <a class="physicalWebTemplate" id="physicalWebTemplate" jsselect="metadata"
|
| jsvalues="href:resolvedUrl;onclick:'physicalWebItemClicked(' + index + ')'">
|
| <div class="physicalWebIcon">
|
| - <img jsvalues="src:icon" />
|
| + <img jsvalues="src:pageInfoIcon" />
|
| </div>
|
| <div class="physicalWebText">
|
| - <div class="title" jscontent="title"></div>
|
| + <div class="title" jscontent="pageInfoTitle"></div>
|
| <div class="resolvedUrl" jscontent="resolvedUrl"></div>
|
| - <div class="description" jscontent="description"></div>
|
| + <div class="description" jscontent="pageInfoDescription"></div>
|
| </div>
|
| </a>
|
|
|
|
|