diff --git a/rsconcept/frontend/src/components/info/SelectedCounter.tsx b/rsconcept/frontend/src/components/info/SelectedCounter.tsx index e8d0b4bd..a5c29fce 100644 --- a/rsconcept/frontend/src/components/info/SelectedCounter.tsx +++ b/rsconcept/frontend/src/components/info/SelectedCounter.tsx @@ -12,7 +12,7 @@ function SelectedCounter({ totalCount, selectedCount, hideZero, position = 'top- return null; } return ( - + Выбор {selectedCount} из {totalCount} );