change(ui) - latest session message checking for more than 1
This commit is contained in:
parent
c63ce29759
commit
0581ea7a63
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ function LatestSessionsMessage(props: Props) {
|
|||
style={{ backgroundColor: 'rgb(255 251 235)' }}
|
||||
onClick={() => props.updateCurrentPage(1)}
|
||||
>
|
||||
Show {numberWithCommas(count)} New Sessions
|
||||
Show {numberWithCommas(count)} New {count > 1 ? 'Sessions' : 'Session'}
|
||||
</div>
|
||||
) : (
|
||||
<></>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue