Skip to content

Commit

Permalink
change expense title format
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Feb 29, 2024
1 parent 97b7231 commit d07d328
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/mail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,12 @@ export const ExpenseEmail = ({
<strong>Invoice</strong>, enter your address, select
a payment method, and click <strong>Next</strong>.
Fill in expense details on the next page, including
your pull request name in the{' '}
<strong>Expense title</strong> and the pull request
number with the current month and year in the{' '}
an <strong>Expense title</strong> with{' '}
<CodeInline>
"Project Contribution PR #{prNumber}"
</CodeInline>
and the pull request title with the current month
month and year in the{' '}
<strong>Expense description</strong>. Set the date
to <strong>{formattedDate}</strong> and the amount
to <strong>${expenseAmount}</strong>. Finally, paste
Expand Down

0 comments on commit d07d328

Please sign in to comment.