-
Notifications
You must be signed in to change notification settings - Fork 904
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2241 from brave/bsc-remove-brave-pay-text-0.64.x
Hide the `To add or manage payment methods` section
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
patches/chrome-browser-resources-settings-autofill_page-payments_section.html.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
diff --git a/chrome/browser/resources/settings/autofill_page/payments_section.html b/chrome/browser/resources/settings/autofill_page/payments_section.html | ||
index 2cb349b7cac108dc3b90c62cbe77a46258397ca6..cc5121a7873222df9fe00a63c920b0e77cec304a 100644 | ||
--- a/chrome/browser/resources/settings/autofill_page/payments_section.html | ||
+++ b/chrome/browser/resources/settings/autofill_page/payments_section.html | ||
@@ -54,10 +54,12 @@ | ||
</div> | ||
</template> | ||
|
||
+ <if expr="_google_chrome"> | ||
<div id="manageLink" class="settings-box first"> | ||
<!-- This span lays out the URL correctly, relative to the label. --> | ||
<span>$i18nRaw{manageCreditCardsLabel}</span> | ||
</div> | ||
+ </if> | ||
|
||
<div class="settings-box continuation"> | ||
<h2 class="start">$i18n{creditCards}</h2> |