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 @@ -142,28 +142,18 @@ export class GlFeatureGatePlusState extends LitElement {
142142 proPreviewLengthInDays - consumedDaysCount > 0
143143 ) {
144144 return html `
145- < p class ="actions ">
146- < gl-button class ="inline " href ="${ generateCommandLink ( Commands . PlusSignUp , this . source ) } "
147- > Start ${ proTrialLengthInDays } -day Pro Trial</ gl-button
148- >
149- or
150- < gl-button
151- class ="inline "
152- appearance ="${ appearance } "
153- href ="${ this . featurePreviewTrialCommandLink } "
154- > Continue</ gl-button
155- >
156- </ p >
157-
145+ < gl-button appearance ="${ appearance } " href ="${ this . featurePreviewTrialCommandLink } "
146+ > Continue</ gl-button
147+ >
158148 < p >
159149 Continuing gives you ${ pluralize ( 'day' , proPreviewLengthInDays - consumedDaysCount ) } to
160150 preview ${ this . featureWithArticleIfNeeded ? `${ this . featureWithArticleIfNeeded } on` : '' }
161- private repositories.< br />
162- ${ appearance !== 'alert' ? html `< br /> ` : '' } For full access to Pro features
151+ privately-hosted repositories.< br />
152+ ${ appearance !== 'alert' ? html `< br /> ` : '' } For full access to all GitLens Pro features,
163153 < a href ="${ generateCommandLink ( Commands . PlusSignUp , this . source ) } "
164154 > start your free ${ proTrialLengthInDays } -day Pro trial</ a
165155 >
166- or
156+ - no credit card required. Or
167157 < a href ="${ generateCommandLink ( Commands . PlusLogin , this . source ) } " title ="Sign In "> sign in</ a
168158 > .
169159 </ p >
You can’t perform that action at this time.
0 commit comments