summaryrefslogtreecommitdiff
path: root/remove-branding-urlbar.patch
blob: e005458597c7551eb1682c2351dafd118b9d25e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/browser/locales/en-US/browser/browser.ftl
+++ b/browser/locales/en-US/browser/browser.ftl
@@ -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 title case.
bgstack15