Chromium Code Reviews| Index: chrome/browser/resources/md_history/synced_device_card.html |
| diff --git a/chrome/browser/resources/md_history/synced_device_card.html b/chrome/browser/resources/md_history/synced_device_card.html |
| index 6ac421ac05bad650c435d8ed15baaddb13467b3d..8953c5ba64f08a7ecdc0ad4b073f4818b95b84ec 100644 |
| --- a/chrome/browser/resources/md_history/synced_device_card.html |
| +++ b/chrome/browser/resources/md_history/synced_device_card.html |
| @@ -99,7 +99,7 @@ |
| </template> |
| </template> |
| <div class="item-container"> |
| - <p on-tap="openAllTabs_" id="open-tabs" i18n-content="openAll"></p> |
| + <p on-tap="openAllTabs_" id="open-tabs">$i18n{openAll}</p> |
| </div> |
| </div> |
| </iron-collapse> |