Skip to content

Commit 7416508

Browse files
committed
Update modal messaging
1 parent 6d68dfe commit 7416508

File tree

1 file changed

+6
-16
lines changed

1 file changed

+6
-16
lines changed

src/webviews/apps/plus/shared/components/feature-gate-plus-state.ts

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff 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-
&nbsp; or &nbsp;
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>

0 commit comments

Comments
 (0)