Skip to content

Commit

Permalink
update Teams name
Browse files Browse the repository at this point in the history
  • Loading branch information
jljsj33 committed Apr 19, 2019
1 parent 24f3979 commit 144122d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/theme/template/Home/Page3.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default class Page3 extends React.Component {
key !== 'Other' && (
<RadioButton value={key} key={key}>
{key}
s
{key === 'Teams' ? '' : 's'}
</RadioButton>
)
));
Expand Down

0 comments on commit 144122d

Please sign in to comment.