Skip to content

Commit

Permalink
Clarify "Clean Garden" option
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoretsu committed Feb 13, 2021
1 parent 94a9969 commit a70aca1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cookie-garden-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ class UI {
${this.button(
'autoHarvestCleanGarden',
'Clean Garden',
'Only allow saved and unlocked seeds',
'Only allow saved and new/unlocked seeds',
true,
config.autoHarvestCleanGarden,
)}
Expand Down
2 changes: 1 addition & 1 deletion src/UI.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ class UI {
${this.button(
'autoHarvestCleanGarden',
'Clean Garden',
'Only allow saved and unlocked seeds',
'Only allow saved and new/unlocked seeds',
true,
config.autoHarvestCleanGarden,
)}
Expand Down

0 comments on commit a70aca1

Please sign in to comment.