aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-settings/my-account-danger-zone
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-09-28 15:13:01 +0200
committerChocobozzz <me@florianbigard.com>2018-09-28 15:13:01 +0200
commitbaf0a8c98e68e7221fec371281a99b13133cc7d0 (patch)
treea1fe26410e89a93de0b3e7476c636eeea4876e71 /client/src/app/+my-account/my-account-settings/my-account-danger-zone
parent01fe5bd721ae99569f776ad362ebdaa5ba8f494f (diff)
downloadPeerTube-baf0a8c98e68e7221fec371281a99b13133cc7d0.tar.gz
PeerTube-baf0a8c98e68e7221fec371281a99b13133cc7d0.tar.zst
PeerTube-baf0a8c98e68e7221fec371281a99b13133cc7d0.zip
Fix some i18n tags
Diffstat (limited to 'client/src/app/+my-account/my-account-settings/my-account-danger-zone')
-rw-r--r--client/src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html b/client/src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html
index 8caff972f..c542cc675 100644
--- a/client/src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html
+++ b/client/src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html
@@ -1,5 +1,5 @@
1<div class="delete-me"> 1<div class="delete-me">
2 <p>Once you delete your account, there is no going back. Please be certain.</p> 2 <p i18n>Once you delete your account, there is no going back. Please be certain.</p>
3 3
4 <button (click)="deleteMe()">Delete your account</button> 4 <button (click)="deleteMe()" i18n>Delete your account</button>
5</div> \ No newline at end of file 5</div> \ No newline at end of file