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

Unified Diff: chrome/browser/resources/settings/certificate_manager_page/certificate_password_encryption_dialog.html

Issue 1837793002: MD Settings: Certificate manager dialogs strings tweaks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More Created 4 years, 9 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 | « chrome/browser/resources/settings/certificate_manager_page/certificate_password_decryption_dialog.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/certificate_manager_page/certificate_password_encryption_dialog.html
diff --git a/chrome/browser/resources/settings/certificate_manager_page/certificate_password_encryption_dialog.html b/chrome/browser/resources/settings/certificate_manager_page/certificate_password_encryption_dialog.html
index 1211dcf8f97956facac409dc461115d0e16f0da2..7b996f26044ecb51d9104e49d6f02e865585a05e 100644
--- a/chrome/browser/resources/settings/certificate_manager_page/certificate_password_encryption_dialog.html
+++ b/chrome/browser/resources/settings/certificate_manager_page/certificate_password_encryption_dialog.html
@@ -16,17 +16,16 @@
<settings-dialog id="dialog">
<div class="title">$i18n{certificateManagerEncryptPasswordTitle}</div>
<div class="body">
+ <div>$i18n{certificateManagerEncryptPasswordDescription}</div>
<div class="password-buttons">
- <paper-input type="password" always-float-label
- value="{{password_}}" id="password"
- i18n-values="label:certificateManagerPassword"
+ <paper-input type="password" value="{{password_}}" id="password"
+ label="$i18n{certificateManagerPassword}"
on-input="validate_"></paper-input>
- <paper-input type="password" always-float-label
+ <paper-input type="password"
value="{{confirmPassword_}}" id="confirmPassword"
- i18n-values="label:certificateManagerConfirmPassword"
+ label="$i18n{certificateManagerConfirmPassword}"
on-input="validate_"></paper-input>
</div>
- <div>$i18n{certificateManagerEncryptPasswordDescription}</div>
</div>
<div class="button-container">
<paper-button class="cancel-button" on-tap="onCancelTap_">
« no previous file with comments | « chrome/browser/resources/settings/certificate_manager_page/certificate_password_decryption_dialog.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698