File tree Expand file tree Collapse file tree 1 file changed +15
-7
lines changed
src/webviews/apps/plus/shared/components Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -136,15 +136,23 @@ export class GlFeatureGatePlusState extends LitElement {
136136 if ( this . allowFeaturePreviewTrial ) {
137137 const daysLeft = proPreviewLengthInDays - consumedDaysCount ;
138138 return html `
139- < gl-button appearance ="${ appearance } " href ="${ this . featurePreviewTrialCommandLink } "
140- > Continue</ gl-button
141- >
139+ < p class ="actions ">
140+ < gl-button class ="inline " href ="${ generateCommandLink ( Commands . PlusSignUp , this . source ) } "
141+ > Start ${ proTrialLengthInDays } -day Pro Trial</ gl-button
142+ >
143+ or
144+ < gl-button
145+ class ="inline "
146+ appearance ="${ appearance } "
147+ href ="${ this . featurePreviewTrialCommandLink } "
148+ > Continue</ gl-button
149+ >
150+ </ p >
151+
142152 < p >
143153 Continuing gives you ${ pluralize ( 'day' , daysLeft ) } to preview
144- ${ this . featureWithArticleIfNeeded
145- ? `${ this . featureWithArticleIfNeeded } and other `
146- : '' } local
147- Pro features.< br />
154+ ${ this . featureWithArticleIfNeeded ? `${ this . featureWithArticleIfNeeded } on` : '' } private
155+ repositories.< br />
148156 ${ appearance !== 'alert' ? html `< br /> ` : '' } For full access to Pro features
149157 < a href ="${ generateCommandLink ( Commands . PlusSignUp , this . source ) } "
150158 > start your free ${ proTrialLengthInDays } -day Pro trial</ a
You can’t perform that action at this time.
0 commit comments