aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-history/my-account-history.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+my-account/my-account-history/my-account-history.component.html')
-rw-r--r--client/src/app/+my-account/my-account-history/my-account-history.component.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/client/src/app/+my-account/my-account-history/my-account-history.component.html b/client/src/app/+my-account/my-account-history/my-account-history.component.html
index d42af37d4..2349f02f5 100644
--- a/client/src/app/+my-account/my-account-history/my-account-history.component.html
+++ b/client/src/app/+my-account/my-account-history/my-account-history.component.html
@@ -4,9 +4,10 @@
4 <label i18n>History enabled</label> 4 <label i18n>History enabled</label>
5 </div> 5 </div>
6 6
7 <div class="delete-history"> 7 <button class="delete-history" (click)="deleteHistory()" i18n>
8 <button (click)="deleteHistory()" i18n>Delete history</button> 8 <my-global-icon iconName="delete"></my-global-icon>
9 </div> 9 Delete history
10 </button>
10</div> 11</div>
11 12
12 13