Skip to content
Snippets Groups Projects
Commit faf07ee0 authored by colemanw's avatar colemanw
Browse files

ts() shoudn't be used in an inline script.

parent ef3309b6
Branches
Tags
No related merge requests found
......@@ -208,8 +208,8 @@
);
}
,{
title: ts('Delete case role'),
message: ts('Are you sure you want to delete this case role.')
title: '{/literal}{ts escape="js"}Delete case role{/ts}{literal}',
message: '{/literal}{ts escape="js"}Are you sure you want to delete this case role?{/ts}{literal}'
});
return false;
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment