Skip to content

Commit

Permalink
chore: Update account copy
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnynotsolucky committed Jul 20, 2024
1 parent 85ebd3a commit 03be301
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ impl SettingsPage {
html!("button-rect", {
.prop("href", link)
.prop("target", "_blank")
.text("Customer portal")
.text("Manage my plan")
})
})
}))
Expand Down
11 changes: 9 additions & 2 deletions frontend/elements/src/entry/user/profile/landing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ export class _ extends LitElement {
row-gap: 16px;
}
#plan h2 {
margin-bottom: 8px;
margin-bottom: 0;
}
::slotted([slot=plan-type]),
::slotted([slot=plan-price]),
Expand Down Expand Up @@ -338,7 +338,7 @@ export class _ extends LitElement {
<slot name="page-header"></slot>
<aside>
<div slot="profile-image">
<slot name="profile-image"><slot name="edit-profile-image"></slot></slot>
<slot name="profile-image"><slot name="edit-profile-image"></slot></slot>
</div>
<div class="name">${this.name}</div>
Expand Down Expand Up @@ -422,6 +422,11 @@ export class _ extends LitElement {
<section id="plan">
<h2>${this.planSectionTitle}</h2>
<slot name="portal-link"></slot>
<label class="tags-label">
<span style="grid-column: 1/3;">
Use the 'Manage my plan' button to update credit card details, view your invoice history, or make changes to your plan.
</span>
</label>
<label class="tags-label">
<span class="key">${STR_PLAN}</span>
<div class="value">
Expand All @@ -442,12 +447,14 @@ export class _ extends LitElement {
<slot name="plan-renews-on"></slot>
</div>
</label>
<!--
<label class="tags-label">
<span class="key">${STR_AUTO_RENEWS}</span>
<div class="value">
<slot name="plan-auto-renew"></slot>
</div>
</label>
-->
<label class="tags-label">
<span class="key">${STR_PAYMENT_METHOD}</span>
<div class="value">
Expand Down

0 comments on commit 03be301

Please sign in to comment.