Skip to content

Commit 867940a

Browse files
authored
Update Team.js
1 parent 5c7a665 commit 867940a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/landing/Team.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const Team = ({ urlToken, user, login, client, history }) => {
5454
<div className="Team-content">
5555
{seatsLeft && (
5656
<p>
57-
{seatsLeft} seats left
57+
{seatsLeft} seat{(seatsLeft > 1) && 's'} left
5858
<Button
5959
color="primary"
6060
variant="raised"

0 commit comments

Comments
 (0)