From: Chocobozzz Date: Sun, 10 Sep 2017 07:06:57 +0000 (+0200) Subject: Fix bad translation in confirm dialog X-Git-Tag: v0.0.1-alpha~328 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6599f096d5a26f2cc9624359d92cc501ec189586;p=oweals%2Fpeertube.git Fix bad translation in confirm dialog --- diff --git a/client/src/app/core/confirm/confirm.component.html b/client/src/app/core/confirm/confirm.component.html index 3052526ba..8e5443c6a 100644 --- a/client/src/app/core/confirm/confirm.component.html +++ b/client/src/app/core/confirm/confirm.component.html @@ -12,8 +12,8 @@ diff --git a/client/src/app/core/confirm/confirm.component.ts b/client/src/app/core/confirm/confirm.component.ts index 066e3fc5f..c8e41e233 100644 --- a/client/src/app/core/confirm/confirm.component.ts +++ b/client/src/app/core/confirm/confirm.component.ts @@ -46,7 +46,7 @@ export class ConfirmComponent implements OnInit { } @HostListener('keydown.esc') - abort () { + cancel () { this.confirmService.confirmResponse.next(false) this.hideModal() }