aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-notifications/my-account-notifications.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+my-account/my-account-notifications/my-account-notifications.component.html')
-rw-r--r--client/src/app/+my-account/my-account-notifications/my-account-notifications.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+my-account/my-account-notifications/my-account-notifications.component.html b/client/src/app/+my-account/my-account-notifications/my-account-notifications.component.html
index d2810c343..b98a1087e 100644
--- a/client/src/app/+my-account/my-account-notifications/my-account-notifications.component.html
+++ b/client/src/app/+my-account/my-account-notifications/my-account-notifications.component.html
@@ -1,5 +1,5 @@
1<div class="header"> 1<div class="header">
2 <a routerLink="/my-account/settings" i18n>Notification preferences</a> 2 <a routerLink="/my-account/settings" fragment="notifications" i18n>Notification preferences</a>
3 3
4 <button (click)="markAllAsRead()" i18n>Mark all as read</button> 4 <button (click)="markAllAsRead()" i18n>Mark all as read</button>
5</div> 5</div>