Skip to content

Commit

Permalink
fix todo /shopping-list in profile
Browse files Browse the repository at this point in the history
  • Loading branch information
OksanaFilipchuk committed Sep 24, 2023
1 parent 81ceb8e commit fa4146a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h2>{{ 'user.edit-profile.edit-profile' | translate }}</h2>
<label class="label-wrapper">
<input type="checkbox" formControlName="showShoppingList" [attr.checked]="checkShoppingList" />
<span class="checkmark"></span>
{{ 'user.edit-profile.to-do-list' | translate }}
{{ 'user.edit-profile.shopping-list' | translate }}
</label>
</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ h2 {
font-weight: 700;
height: 56px;
font-size: 48px;
line-height: 56px;
line-height: 48px;
margin-bottom: 40px;
color: var(--quaternary-dark-grey);
}
Expand Down

0 comments on commit fa4146a

Please sign in to comment.