Fix #4853: Set correctly the wiki link delete lightbox title

stable
Jesús Espino 2017-01-03 14:24:06 +01:00
parent b5e91d19f5
commit d3533a5649
1 changed files with 1 additions and 1 deletions

View File

@ -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) =>