From 32d7f2b754b8d20bf44ae2121c79570cbff973c3 Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Mon, 23 Sep 2019 08:17:42 +0200 Subject: fix a few typos (#2141) * fix a few typos * apply changes to original files instead * additional correction --- .../my-account-danger-zone/my-account-danger-zone.component.ts | 2 +- client/src/app/login/login.component.html | 2 +- client/src/app/shared/forms/form-validators/user-validators.service.ts | 2 +- .../app/videos/+video-watch/comment/video-comment-add.component.html | 2 +- client/src/app/videos/+video-watch/comment/video-comments.component.ts | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'client/src/app') 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 { async deleteMe () { const res = await this.confirmService.confirmWithInput( - this.i18n('Are you sure you want to delete your account? This will delete all you data, including channels, videos etc.'), + this.i18n('Are you sure you want to delete your account? This will delete all your data, including channels, videos etc.'), this.i18n('Type your username to confirm'), this.user.username, this.i18n('Delete your account'), diff --git a/client/src/app/login/login.component.html b/client/src/app/login/login.component.html index 683355960..3fb1247c8 100644 --- a/client/src/app/login/login.component.html +++ b/client/src/app/login/login.component.html @@ -63,7 +63,7 @@