From fbca504acaf9c305458c69e113b3b97adf1ab6ff Mon Sep 17 00:00:00 2001 From: Thibault Duplessis Date: Tue, 18 Jun 2024 16:40:43 +0200 Subject: [PATCH] better board slicing example --- modules/relay/src/main/ui/FormUi.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/relay/src/main/ui/FormUi.scala b/modules/relay/src/main/ui/FormUi.scala index c9dd9ee6758c..c389d3145a39 100644 --- a/modules/relay/src/main/ui/FormUi.scala +++ b/modules/relay/src/main/ui/FormUi.scala @@ -228,7 +228,7 @@ final class FormUi(helpers: Helpers, ui: RelayUi, tourUi: RelayTourUi): 1 only select the first board 1-4 only select the first 4 boards 1,2,3,4 same as above, first 4 boards -11-20,21-30 boards 11 to 20, and boards 21 to 30 +11-15,21-25 boards 11 to 15, and boards 21 to 25 2,3,7-9 boards 2, 3, 7, 8, and 9 """), "Slicing is done after filtering by round number."