Skip to content

Commit 6f68c81

Browse files
committed
Update modal messaging
1 parent c3bd4d8 commit 6f68c81

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
@@ -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-
&nbsp; or &nbsp;
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>

0 commit comments

Comments
 (0)