File tree Expand file tree Collapse file tree 1 file changed +6
-16
lines changed
src/webviews/apps/plus/shared/components Expand file tree Collapse file tree 1 file changed +6
-16
lines changed Original file line number Diff line number Diff line change @@ -137,28 +137,18 @@ export class GlFeatureGatePlusState extends LitElement {
137137 proPreviewLengthInDays - consumedDaysCount > 0
138138 ) {
139139 return html `
140- < p class ="actions ">
141- < gl-button class ="inline " href ="${ generateCommandLink ( Commands . PlusSignUp , this . source ) } "
142- > Start ${ proTrialLengthInDays } -day Pro Trial</ gl-button
143- >
144- or
145- < gl-button
146- class ="inline "
147- appearance ="${ appearance } "
148- href ="${ this . featurePreviewTrialCommandLink } "
149- > Continue</ gl-button
150- >
151- </ p >
152-
140+ < gl-button appearance ="${ appearance } " href ="${ this . featurePreviewTrialCommandLink } "
141+ > Continue</ gl-button
142+ >
153143 < p >
154144 Continuing gives you ${ pluralize ( 'day' , proPreviewLengthInDays - consumedDaysCount ) } to
155145 preview ${ this . featureWithArticleIfNeeded ? `${ this . featureWithArticleIfNeeded } on` : '' }
156- private repositories.< br />
157- ${ appearance !== 'alert' ? html `< br /> ` : '' } For full access to Pro features
146+ privately-hosted repositories.< br />
147+ ${ appearance !== 'alert' ? html `< br /> ` : '' } For full access to all GitLens Pro features,
158148 < a href ="${ generateCommandLink ( Commands . PlusSignUp , this . source ) } "
159149 > start your free ${ proTrialLengthInDays } -day Pro trial</ a
160150 >
161- or
151+ - no credit card required. Or
162152 < a href ="${ generateCommandLink ( Commands . PlusLogin , this . source ) } " title ="Sign In "> sign in</ a
163153 > .
164154 </ p >
You can’t perform that action at this time.
0 commit comments