Skip to content

Commit

Permalink
small text change on Subscribe button
Browse files Browse the repository at this point in the history
  • Loading branch information
klyburke committed Oct 21, 2018
1 parent dffb18a commit f094975
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/pages/settings/team-billing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ class TeamBilling extends React.Component<Props, State> {
description={`Subscription for ${currentTeam.name}`}
>
<Button variant="contained" color="primary">
Buy subscription (has no card)
Buy subscription
</Button>
<p />
{currentTeam.isPaymentFailed ? (
Expand All @@ -212,7 +212,7 @@ class TeamBilling extends React.Component<Props, State> {
return (
<React.Fragment>
<Button variant="contained" color="primary" onClick={this.createSubscriptionOnClick}>
Buy subscription (has card)
Buy subscription (use current card)
</Button>
</React.Fragment>
);
Expand Down

0 comments on commit f094975

Please sign in to comment.