element.on('click', function(e) {
e.preventDefault();
- var resp = $window.confirm('This will remove the content of the comment, are you sure you want to continue?');
+ var resp = $window.confirm(trans('entities.comment_delete_confirm'));
if (!resp) {
return;
}