Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Check description for __MSG_ values (#8314)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansampson authored and cezaraugusto committed Apr 13, 2017
1 parent 1cd536c commit b299cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/extensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ module.exports.init = () => {
name && (installInfo.name = messages[name[1]].message)
}
if (installInfo.description) {
let description = installInfo.name.match(pattern)
let description = installInfo.description.match(pattern)
description && (installInfo.description = messages[description[1]].message)
}
if (installInfo.manifest.browser_action.default_title) {
Expand Down

0 comments on commit b299cc6

Please sign in to comment.