Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ You can view and update your plan details from the **Subscription** section:
- **Current plan:** View your subscription type and number of seats.
- **Billing info:** See your payment method and next renewal date.
- **Auto-renew:** Check when your subscription will automatically renew (e.g., **Renews on Nov 1, 2026**).
- **Credit balance:** If your account has prepaid Expensify credits, this row displays your current credit balance. It appears only when you have a positive balance.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Readability / structure: This bullet breaks the action-oriented pattern established by the surrounding items. Every other bullet in this list starts with an imperative verb after the label colon ("View your...", "See your...", "Check when...", "See how much..."), but this one starts with a conditional ("If your account has...").

To stay consistent and concise, consider rewriting to follow the same pattern:

Suggested change
- **Credit balance:** If your account has prepaid Expensify credits, this row displays your current credit balance. It appears only when you have a positive balance.
- **Credit balance:** View your prepaid Expensify credit balance (visible only when you have a positive balance).

- **Auto-increase annual seats:** See how much you could save by automatically increasing seats if your team grows.

**Note:** Enabling auto-increase will extend your annual subscription end date.
Expand Down
Loading