Index: chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html |
diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html b/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html |
index 80f1693d7f8c4ba17407316cac5ab3176eab3854..730dd9e9a220f68f5fb5bdf73fd960a4fb5897fd 100644 |
--- a/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html |
+++ b/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html |
@@ -46,8 +46,7 @@ |
<div class="list-item two-line"> |
<div class="start"> |
<span id="addressSummary">[[address_(item)]]</span> |
- <span class="payments-label" |
- hidden$="[[item.metadata.isLocal]]"> |
+ <span class="payments-label" hidden$="[[item.metadata.isLocal]]"> |
$i18n{googlePayments} |
</span> |
</div> |
@@ -80,9 +79,13 @@ |
<div class="list-item two-line"> |
<div class="type-column"> |
<span id="creditCardLabel">[[item.metadata.summaryLabel]]</span> |
- <span class="payments-label" |
- hidden$="[[item.metadata.isLocal]]"> |
- $i18n{googlePayments} |
+ <span class="payments-label" hidden$="[[item.metadata.isLocal]]"> |
+ <span hidden$="[[item.metadata.isCached]]"> |
+ $i18n{googlePayments} |
+ </span> |
+ <span hidden$="[[!item.metadata.isCached]]"> |
+ $i18n{googlePaymentsCached} |
+ </span> |
</span> |
</div> |
<div class="expiration-column"> |