We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c7a665 commit 867940aCopy full SHA for 867940a
src/components/landing/Team.js
@@ -54,7 +54,7 @@ const Team = ({ urlToken, user, login, client, history }) => {
54
<div className="Team-content">
55
{seatsLeft && (
56
<p>
57
- {seatsLeft} seats left
+ {seatsLeft} seat{(seatsLeft > 1) && 's'} left
58
<Button
59
color="primary"
60
variant="raised"
0 commit comments