We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58b8778 commit 9408405Copy full SHA for 9408405
src/elm/Pages/Admin/Settings.elm
@@ -1104,7 +1104,7 @@ view shared route model =
1104
[ class "settings"
1105
]
1106
[ viewFieldHeader "Queue Restart Limit"
1107
- , viewFieldDescription "The maximum number of times a queued build can be restarted."
+ , viewFieldDescription "Users cannot restart builds when the queue reaches this limit. Set to '0' to remove this restriction."
1108
, div [ class "form-controls" ]
1109
[ Components.Form.viewNumberInput
1110
{ title = Nothing
0 commit comments