summaryrefslogtreecommitdiff
path: root/librewolf/debian/patches/librewolf/remove-branding-urlbar.patch
blob: d1f5da5d66cb367c22d2c0b25a5c3a0c1f43c5ca (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/browser/locales/en-US/browser/browser.ftl.orig	2022-03-22 12:57:21.330016999 -0400
+++ b/browser/locales/en-US/browser/browser.ftl	2022-03-22 13:01:42.740728393 -0400
@@ -543,7 +543,7 @@
 # A label shown above the "Firefox Suggest" (bookmarks/history) group in the
 # urlbar results.
 urlbar-group-firefox-suggest =
-  .label = { -firefox-suggest-brand-name }
+  .label = Suggestions
 
 # A label shown above the search suggestions group in the urlbar results. It
 # should use sentence case.
bgstack15