Skip to content

Commit

Permalink
Translate string
Browse files Browse the repository at this point in the history
  • Loading branch information
jimsafley committed Jan 31, 2024
1 parent 97236d1 commit 715e8f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/asset/js/jstree-plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $.jstree.plugins.removenode = function(options, parent) {
var toBeRemovedSpan = $('<span>', {
class: 'jstree-removenode-toberemoved',
style: 'display: none;'
}).text('link to be removed');
}).text(Omeka.jsTranslate('link to be removed'));
this.bind = function() {
parent.bind.call(this);
this.element.on(
Expand Down

0 comments on commit 715e8f6

Please sign in to comment.