Skip to content

Commit

Permalink
Fixes button typo
Browse files Browse the repository at this point in the history
Changes `Unspoof Site Aa Crawler` to `Unspoof Site as Crawler`
  • Loading branch information
Jackson Roach committed Dec 27, 2020
1 parent 22e36aa commit c8caf7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/paywall_buttons/PaywallSpoofBtn.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class PaywallSpoofBtn extends Component {
if(this.state.inSpoofWhitelist)
listBtn = <Button onClick={this.removeFromSpoofWhitelist} variant="warning" style={{fontSize:"15px"}}>Spoof Site as Crawler</Button>
else
listBtn = <Button onClick={this.addToSpoofWhitelist} variant="outline-info" style={{fontSize:"15px"}}>Unspoof Site Aa Crawler</Button>
listBtn = <Button onClick={this.addToSpoofWhitelist} variant="outline-info" style={{fontSize:"15px"}}>Unspoof Site as Crawler</Button>
}
else {
listBtn = <Button onClick={this.addToSpoofWhitelist} variant="outline-info" style={{fontSize:"15px"}} disabled>Bypass Paywall Disabled On Site</Button>
Expand Down

0 comments on commit c8caf7b

Please sign in to comment.