aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core/confirm/confirm.component.ts
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-09-10 09:06:57 +0200
committerChocobozzz <florian.bigard@gmail.com>2017-09-10 09:07:40 +0200
commit6599f096d5a26f2cc9624359d92cc501ec189586 (patch)
tree761345ac1deb87af8fd5d49cd102a813db55f0c4 /client/src/app/core/confirm/confirm.component.ts
parent5c7d587b196c580a411beece072b8e8589a7a0c8 (diff)
downloadPeerTube-6599f096d5a26f2cc9624359d92cc501ec189586.tar.gz
PeerTube-6599f096d5a26f2cc9624359d92cc501ec189586.tar.zst
PeerTube-6599f096d5a26f2cc9624359d92cc501ec189586.zip
Fix bad translation in confirm dialog
Diffstat (limited to 'client/src/app/core/confirm/confirm.component.ts')
-rw-r--r--client/src/app/core/confirm/confirm.component.ts2
1 files changed, 1 insertions, 1 deletions
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 {
46 } 46 }
47 47
48 @HostListener('keydown.esc') 48 @HostListener('keydown.esc')
49 abort () { 49 cancel () {
50 this.confirmService.confirmResponse.next(false) 50 this.confirmService.confirmResponse.next(false)
51 this.hideModal() 51 this.hideModal()
52 } 52 }