Skip to content

Commit 9408405

Browse files
wass3rwass3rw3rk
andauthored
fix(admin): use accurate description for queue restart limit (#883)
Co-authored-by: David May <[email protected]>
1 parent 58b8778 commit 9408405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/elm/Pages/Admin/Settings.elm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,7 @@ view shared route model =
11041104
[ class "settings"
11051105
]
11061106
[ viewFieldHeader "Queue Restart Limit"
1107-
, viewFieldDescription "The maximum number of times a queued build can be restarted."
1107+
, viewFieldDescription "Users cannot restart builds when the queue reaches this limit. Set to '0' to remove this restriction."
11081108
, div [ class "form-controls" ]
11091109
[ Components.Form.viewNumberInput
11101110
{ title = Nothing

0 commit comments

Comments
 (0)