Skip to content

Commit

Permalink
More concise wording
Browse files Browse the repository at this point in the history
  • Loading branch information
boatbomber committed Aug 16, 2023
1 parent 5b294c5 commit a093f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/src/App/StatusPages/Settings/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ function SettingsPage:render()
LargeChangesConfirmationThreshold = e(Setting, {
id = "largeChangesConfirmationThreshold",
name = "Confirmation Threshold",
description = "How many instances a patch modifies before being considered a large change",
description = "How many modified instances to be considered a large change",
transparency = self.props.transparency,
layoutOrder = 4,
visible = Settings:getBinding("confirmationBehavior"):map(function(value)
Expand Down

0 comments on commit a093f39

Please sign in to comment.