From d3533a56493cc57b6c169534b9c15bfd20678201 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Tue, 3 Jan 2017 14:24:06 +0100 Subject: [PATCH] Fix #4853: Set correctly the wiki link delete lightbox title --- app/coffee/modules/wiki/nav.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/coffee/modules/wiki/nav.coffee b/app/coffee/modules/wiki/nav.coffee index 5b6bb01b..671995dd 100644 --- a/app/coffee/modules/wiki/nav.coffee +++ b/app/coffee/modules/wiki/nav.coffee @@ -105,7 +105,7 @@ WikiNavDirective = ($tgrepo, $log, $location, $confirm, $analytics, $loading, $t target = angular.element(event.currentTarget) linkId = target.parents('.wiki-link').data('id') - title = $translate.instant("WIKI.DELETE_LIGHTBOX_TITLE") + title = $translate.instant("WIKI.DELETE_LINK_TITLE") message = $scope.wikiLinks[linkId].title $confirm.askOnDelete(title, message).then (askResponse) =>