aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-settings/my-account-danger-zone
diff options
context:
space:
mode:
authorLukas Winkler <git@lw1.at>2019-09-23 08:17:42 +0200
committerChocobozzz <me@florianbigard.com>2019-09-23 08:17:42 +0200
commit32d7f2b754b8d20bf44ae2121c79570cbff973c3 (patch)
tree81245f0129677639ff89b08321a9e7f84c359656 /client/src/app/+my-account/my-account-settings/my-account-danger-zone
parent210709a9076ac152dd377234866b8e9b9108382a (diff)
downloadPeerTube-32d7f2b754b8d20bf44ae2121c79570cbff973c3.tar.gz
PeerTube-32d7f2b754b8d20bf44ae2121c79570cbff973c3.tar.zst
PeerTube-32d7f2b754b8d20bf44ae2121c79570cbff973c3.zip
fix a few typos (#2141)
* fix a few typos * apply changes to original files instead * additional correction
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.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts b/client/src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts
index 3f79efe20..41021c592 100644
--- a/client/src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts
+++ b/client/src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts
@@ -24,7 +24,7 @@ export class MyAccountDangerZoneComponent {
24 24
25 async deleteMe () { 25 async deleteMe () {
26 const res = await this.confirmService.confirmWithInput( 26 const res = await this.confirmService.confirmWithInput(
27 this.i18n('Are you sure you want to delete your account? This will delete all you data, including channels, videos etc.'), 27 this.i18n('Are you sure you want to delete your account? This will delete all your data, including channels, videos etc.'),
28 this.i18n('Type your username to confirm'), 28 this.i18n('Type your username to confirm'),
29 this.user.username, 29 this.user.username,
30 this.i18n('Delete your account'), 30 this.i18n('Delete your account'),