switch back to 'slimed to death'

This commit is contained in:
Sean Yesmunt 2020-10-09 11:38:50 -04:00
parent 4b6058beff
commit 8bb6643a41
2 changed files with 2 additions and 1 deletions

View file

@ -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--"
}

View file

@ -266,7 +266,7 @@ function Comment(props: Props) {
<div className="comment__message">
{slimedToDeath && !displayDeadComment ? (
<div onClick={() => setDisplayDeadComment(true)} className="comment__dead">
{__('This comment was eaten by the slime.')} <Icon icon={ICONS.SLIME_ACTIVE} />
{__('This comment was slimed to death.')} <Icon icon={ICONS.SLIME_ACTIVE} />
</div>
) : editedMessage.length >= LENGTH_TO_COLLAPSE ? (
<Expandable>