switch back to 'slimed to death'
This commit is contained in:
parent
4b6058beff
commit
8bb6643a41
2 changed files with 2 additions and 1 deletions
|
@ -1434,5 +1434,6 @@
|
||||||
"View Master L1: N00b": "View Master L1: N00b",
|
"View Master L1: N00b": "View Master L1: N00b",
|
||||||
"Level up with LBRY - %version%": "Level up with LBRY - %version%",
|
"Level up with LBRY - %version%": "Level up with LBRY - %version%",
|
||||||
"Invites": "Invites",
|
"Invites": "Invites",
|
||||||
|
"This comment was slimed to death.": "This comment was slimed to death.",
|
||||||
"--end--": "--end--"
|
"--end--": "--end--"
|
||||||
}
|
}
|
||||||
|
|
|
@ -266,7 +266,7 @@ function Comment(props: Props) {
|
||||||
<div className="comment__message">
|
<div className="comment__message">
|
||||||
{slimedToDeath && !displayDeadComment ? (
|
{slimedToDeath && !displayDeadComment ? (
|
||||||
<div onClick={() => setDisplayDeadComment(true)} className="comment__dead">
|
<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>
|
</div>
|
||||||
) : editedMessage.length >= LENGTH_TO_COLLAPSE ? (
|
) : editedMessage.length >= LENGTH_TO_COLLAPSE ? (
|
||||||
<Expandable>
|
<Expandable>
|
||||||
|
|
Loading…
Reference in a new issue