feat(cloud): change text on Upgrade button to Upgrade Now

pull/17624/head^2
Bucky Schwarz 2020-04-03 14:24:51 -07:00 committed by Bucky Schwarz
parent d2aefbd8fd
commit 7bf234ab89
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ const CloudNav: FC<StateProps> = ({org, me}) => {
<FlexBox direction={FlexDirection.Row} margin={ComponentSize.Medium}>
<Button
color={ComponentColor.Success}
text="Upgrade"
text="Upgrade Now"
onClick={handleUpgradeClick}
className="upgrade-payg--button"
/>