Skip to content

Commit

Permalink
Fix spelling mistake - Active to Activate
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry-Hopkinson committed Aug 18, 2024
1 parent 6d91e4e commit 6e87fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const allWidgets = window({
},
}),
checkbox({
text: "Active custom soft guest cap",
text: "Activate custom soft guest cap",
isChecked: activate,
onChange: function (checked) {
activate = checked;
Expand Down

0 comments on commit 6e87fbe

Please sign in to comment.