diff --git a/static/app-strings.json b/static/app-strings.json index 8faaf7737..d0933e2d6 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -1434,5 +1434,6 @@ "View Master L1: N00b": "View Master L1: N00b", "Level up with LBRY - %version%": "Level up with LBRY - %version%", "Invites": "Invites", + "This comment was slimed to death.": "This comment was slimed to death.", "--end--": "--end--" } diff --git a/ui/component/comment/view.jsx b/ui/component/comment/view.jsx index 864bd140b..a4023c6c3 100644 --- a/ui/component/comment/view.jsx +++ b/ui/component/comment/view.jsx @@ -266,7 +266,7 @@ function Comment(props: Props) {
{slimedToDeath && !displayDeadComment ? (
setDisplayDeadComment(true)} className="comment__dead"> - {__('This comment was eaten by the slime.')} + {__('This comment was slimed to death.')}
) : editedMessage.length >= LENGTH_TO_COLLAPSE ? (