-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename "Bookmarks Bar/bar" to "Bookmarks" (brave-browser) #6344
Conversation
9360be7
to
7b0cb9f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good , works well with brave/brave-core#3620
@@ -149,4 +158,7 @@ const defaultReplacements = [ | |||
[/(?<!authenticate )people(?! with slow connections?)/g, 'profiles'], | |||
[/(Person)(?!\w)/g, 'Profile'], | |||
[/(person)(?!\w)/g, 'profile'], | |||
[/Bookmarks Bar\n/g, 'Bookmarks\n'], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: couldn't this be done in 1 line by using case-insensitive regex /bookmarks bar\n/gi
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no because the third one is replaced by bookmarks
7b0cb9f
to
e9eb34a
Compare
required by brave/brave-core#3620
Submitter Checklist:
git rebase master
(if needed).git rebase -i
to squash commits (if needed).Test Plan:
Reviewer Checklist:
After-merge Checklist:
changes has landed on.