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

Unified Diff: chrome/browser/resources/settings/people_page/people_page.html

Issue 2089543002: MD Settings: remove accidentally left " from sync disconnect dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/people_page/people_page.html
diff --git a/chrome/browser/resources/settings/people_page/people_page.html b/chrome/browser/resources/settings/people_page/people_page.html
index 9701bd3207c71451c07ca600d42818f0387e8d7f..ec8a304cbda559c8ad46968f27912e168ee18a39 100644
--- a/chrome/browser/resources/settings/people_page/people_page.html
+++ b/chrome/browser/resources/settings/people_page/people_page.html
@@ -251,7 +251,7 @@
<paper-dialog modal id="disconnectDialog">
<h2>$i18n{syncDisconnectTitle}</h2>
- <div>$i18nRaw{syncDisconnectExplanation}"</div>
+ <div>$i18nRaw{syncDisconnectExplanation}</div>
<if expr="(not chromeos and is_posix) or is_win or is_macosx">
<paper-checkbox id="deleteProfile">
$i18n{syncDisconnectDeleteProfile}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698