tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 46bb6d913cb9bc1c40de3dd7516fe72b2bd2ff86
parent bef781bbd7a225c428c2444d7d02e9f6eb327e94
Author: Tanvi Manku <tanvi.manku@gmail.com>
Date:   Sun, 14 Dec 2025 18:31:38 +0000

Bug 2004296 - Change content in remove payment method dialog. r=fluent-reviewers,flod

Differential Revision: https://phabricator.services.mozilla.com/D275202

Diffstat:
Mbrowser/components/preferences/main.js | 6+++---
Mbrowser/locales/en-US/browser/preferences/preferences.ftl | 6+++---
2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/browser/components/preferences/main.js b/browser/components/preferences/main.js @@ -1310,9 +1310,9 @@ Preferences.addSetting({ const guid = e.target.getAttribute("guid"); if (action === "remove") { let [title, confirm, cancel] = await document.l10n.formatValues([ - { id: "payments-remove-payment-prompt-title" }, - { id: "payments-remove-payment-prompt-confirm-button" }, - { id: "payments-remove-payment-prompt-cancel-button" }, + { id: "payments-delete-payment-prompt-title" }, + { id: "payments-delete-payment-prompt-confirm-button" }, + { id: "payments-delete-payment-prompt-cancel-button" }, ]); FormAutofillPreferences.prototype.openRemovePaymentDialog( guid, diff --git a/browser/locales/en-US/browser/preferences/preferences.ftl b/browser/locales/en-US/browser/preferences/preferences.ftl @@ -1342,9 +1342,9 @@ autofill-payment-methods-add-button = Add new payment method payments-list-header = .label = Payment methods payments-list-item-label = <strong>Payment methods</strong> -payments-remove-payment-prompt-title = Remove this payment method? -payments-remove-payment-prompt-confirm-button = Remove -payments-remove-payment-prompt-cancel-button = Cancel +payments-delete-payment-prompt-title = Delete this payment method? +payments-delete-payment-prompt-confirm-button = Delete +payments-delete-payment-prompt-cancel-button = Cancel autofill-addresses-title = Addresses and more autofill-addresses-header = .aria-label = Addresses and more