| Index: chrome/browser/resources/settings/about_page/about_page.html
|
| diff --git a/chrome/browser/resources/settings/about_page/about_page.html b/chrome/browser/resources/settings/about_page/about_page.html
|
| index b11722048a4beefcf261395219238ce311409652..6715178f53cbab154eae49aa79e8949fc948b7ef 100644
|
| --- a/chrome/browser/resources/settings/about_page/about_page.html
|
| +++ b/chrome/browser/resources/settings/about_page/about_page.html
|
| @@ -86,7 +86,8 @@
|
| <div class="settings-box two-line">
|
| <img id="product-logo" on-tap="onProductLogoTap_"
|
| srcset="chrome://theme/current-channel-logo@1x 1x,
|
| - chrome://theme/current-channel-logo@2x 2x" alt="">
|
| + chrome://theme/current-channel-logo@2x 2x"
|
| + alt="$i18n{aboutProductLogoAlt}">
|
| <span class="product-title">$i18n{aboutProductTitle}</span>
|
| </div>
|
| <div class="settings-box two-line">
|
|
|