File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
components/stop-registry/search/by-line Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,9 @@ export const LineSelector: FC<LineSelectorProps> = ({
3232 < StopGroupSelector
3333 className = { className }
3434 groups = { groups }
35- label = { t ( 'stopRegistrySearch.lines' ) }
35+ label = { t ( 'stopRegistrySearch.lines' , {
36+ count : activeLineIds ?. length ?? 0 ,
37+ } ) }
3638 onSelect = { setActiveLineIds }
3739 selected = { activeLineIds }
3840 />
Original file line number Diff line number Diff line change 639639 "byLabel" : " By label" ,
640640 "byLine" : " By line label" ,
641641 "municipalityPlaceholder" : " Choose" ,
642- "lines" : " Lines" ,
642+ "lines" : " Lines ({{ count }}) " ,
643643 "stopAreas" : " Stop areas ({{ count }})" ,
644644 "terminals" : " Terminals ({{ count }})" ,
645645 "showAllLines" : " Show all ({{ count }})" ,
Original file line number Diff line number Diff line change 638638 "byLabel" : " Tunnuksella" ,
639639 "byLine" : " Linjan tunnuksella" ,
640640 "municipalityPlaceholder" : " Valitse" ,
641- "lines" : " Linjat" ,
641+ "lines" : " Linjat ({{ count }}) " ,
642642 "stopAreas" : " Pysäkkialueet ({{ count }})" ,
643643 "terminals" : " Terminaalit ({{ count }})" ,
644644 "showAllLines" : " Näytä kaikki ({{ count }})" ,
You can’t perform that action at this time.
0 commit comments