How To Remove "edited ...." in Comment head

I've installed the edit plugin that displays the "edit" time of the post. I would like to remove it from the top of the comment.
Thanks
0
I've installed the edit plugin that displays the "edit" time of the post. I would like to remove it from the top of the comment.
Thanks
Comments
The "edited" is part of Vanilla and always appears if a comment has been edited. It is a side effect of using the LastEdited plugin, not a part of it:
When looking at the source code, you can see which definition you have to add to your locale file to change it:
Create
/conf/locale.php
and add(if the file already exists, you can skip the first line)
Thanks @R_J