From: Lukas Winkler Date: Mon, 23 Sep 2019 06:17:42 +0000 (+0200) Subject: fix a few typos (#2141) X-Git-Tag: v2.0.0-rc.1~60 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=32d7f2b754b8d20bf44ae2121c79570cbff973c3;p=oweals%2Fpeertube.git fix a few typos (#2141) * fix a few typos * apply changes to original files instead * additional correction --- 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 @@