Merge pull request #1197 from taigaio/issue/4853-wiki-link-delete-text
Fix #4853: Set correctly the wiki link delete lightbox titlestable
commit
3ef4237486
|
@ -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) =>
|
||||
|
|
Loading…
Reference in New Issue