Removing translate
parent
5aa07429f2
commit
343eafc570
|
@ -54,7 +54,7 @@ BacklogSortableDirective = ($repo, $rs, $rootscope, $tgConfirm) ->
|
||||||
return
|
return
|
||||||
|
|
||||||
filterError = ->
|
filterError = ->
|
||||||
text = $translate.instant("BACKLOG.SORTABLE_FILTER_ERROR")
|
text = "You can't drop on backlog when filters are open"
|
||||||
$tgConfirm.notify("error", text)
|
$tgConfirm.notify("error", text)
|
||||||
|
|
||||||
$el.sortable({
|
$el.sortable({
|
||||||
|
|
Loading…
Reference in New Issue