From 6599f096d5a26f2cc9624359d92cc501ec189586 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Sun, 10 Sep 2017 09:06:57 +0200 Subject: [PATCH] Fix bad translation in confirm dialog --- client/src/app/core/confirm/confirm.component.html | 4 ++-- client/src/app/core/confirm/confirm.component.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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() }