Skip to content

Commit

Permalink
adds correct wording
Browse files Browse the repository at this point in the history
  • Loading branch information
EsraDoerksen committed Oct 29, 2023
1 parent be12222 commit 5f75eee
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
@@ -1,8 +1,8 @@
<div class="margin-x mt-3">
<h1 class="display-5">Big expenses</h1>
<p>
Those are the transactions, which have a big spending amount. You should
analyze what you are spending your money on.
Those are the transactions, which have a big spending amount. Let's have a
look at your big transactions:
</p>

<ul *ngFor="let bigTransaction of bigTransactions" class="list-group">
Expand Down Expand Up @@ -39,8 +39,8 @@ <h5 class="card-title">{{ bigTransaction.description }}</h5>
<div class="card-body">
<h5 class="card-title">Big saving potential</h5>
<p class="card-text">
We can see, that you bought a lot of electronics in the past! There
are other options. Secondary buys and toppreise.ch
We can see, that you bought a lot of electronics in the past! You
can save a lot of money through secondary buys and toppreise.ch
</p>
</div>
</div>
Expand Down
@@ -1,8 +1,8 @@
<div class="margin-x mt-3">
<h1 class="display-5">Contract expenses</h1>
<p>
Those are the transactions, which are bound to a contract. Are those
contract really the best.
Those are the transactions, which are bound to a contract. Let's have a look
at your contracts:
</p>

<ul *ngFor="let transaction of this.contractTransactions" class="list-group">
Expand Down Expand Up @@ -38,8 +38,8 @@ <h5 class="card-title">{{ transaction.description }}</h5>
<div class="card-body">
<h5 class="card-title">Big saving potential</h5>
<p class="card-text">
We can see, that you bought a lot of electronics in the past! There
are other options. Secondary buys and toppreise.ch
We can see, that you purchased multiple contracts in the past! You
can save a lot of money through comparis.ch
</p>
</div>
</div>
Expand Down
@@ -1,8 +1,8 @@
<div class="margin-x mt-3">
<h1 class="display-5">Regular expenses</h1>
<p>
Those are the transactions, which are regulary executed. You should ask
yoursef the question if that's really neccessary.
Those are the transactions, which are regulary executed. Let's have a look
at your regular transactions:
</p>

<ul *ngFor="let transaction of this.regularTransactions" class="list-group">
Expand Down Expand Up @@ -38,8 +38,8 @@ <h5 class="card-title">{{ transaction.description }}</h5>
<div class="card-body">
<h5 class="card-title">Big saving potential</h5>
<p class="card-text">
We can see, that you bought a lot of electronics in the past! There
are other options. Secondary buys and toppreise.ch
We can see, that you bought a lot of electronics in the past! You
can save a lot of money through secondary buys and toppreise.ch
</p>
</div>
</div>
Expand Down

0 comments on commit 5f75eee

Please sign in to comment.