Index: chrome/browser/resources/sync_setup_overlay.html |
diff --git a/chrome/browser/resources/sync_setup_overlay.html b/chrome/browser/resources/sync_setup_overlay.html |
index e11b6653418d47579bd16554b3bbf79bdfe13eec..4dfba5075626339c4d1b77dd45543b707d370474 100644 |
--- a/chrome/browser/resources/sync_setup_overlay.html |
+++ b/chrome/browser/resources/sync_setup_overlay.html |
@@ -348,7 +348,7 @@ |
<div id="sync-setup-stop-syncing" hidden> |
<h1 i18n-content="stopSyncingTitle"></h1> |
<div class="content-area"> |
- <span i18n-content="stopSyncingExplanation"></span> |
+ <span i18n-values=".innerHTML:stopSyncingExplanation"></span> |
</div> |
<div class="action-area button-strip"> |
<input id="stop-syncing-cancel" type="button" |