Skip to content

Commit

Permalink
Adds an entry to replace 'Chrome Web Store' with just
Browse files Browse the repository at this point in the history
'Web Store' in l10Util.js.

Fixes #2625
  • Loading branch information
mkarolin committed Dec 18, 2018
1 parent 14948b7 commit 37c0113
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/l10nUtil.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ module.exports.rebaseBraveStringFilesOnChromiumL10nFiles = async function (path)
const defaultReplacements = [
[/Automatically send usage statistics and crash reports to Google/g, 'Automatically send crash reports to Google'],
[/Automatically sends usage statistics and crash reports to Google/g, 'Automatically sends crash reports to Google'],
[/Chrome Web Store/g, 'Web Store'],
[/The Chromium Authors/g, 'Brave Software Inc'],
[/Google Chrome/g, 'Brave'],
[/Chromium/g, 'Brave'],
Expand Down

0 comments on commit 37c0113

Please sign in to comment.