mirror of
https://github.com/urbit/shrub.git
synced 2024-12-29 15:14:17 +03:00
Merge pull request #4028 from urbit/lf/hark-edit-fix
notifications: fix note description render
This commit is contained in:
commit
84694231ed
@ -44,7 +44,7 @@ function describeNotification(description: string, plural: boolean) {
|
||||
return `left ${pluralize("comment", plural)} on`;
|
||||
case "edit-comment":
|
||||
return `updated ${pluralize("comment", plural)} on`;
|
||||
case "new-note":
|
||||
case "note":
|
||||
return `posted ${pluralize("note", plural)} to`;
|
||||
case "edit-note":
|
||||
return `updated ${pluralize("note", plural)} in`;
|
||||
|
Loading…
Reference in New Issue
Block a user