mirror of
https://github.com/urbit/shrub.git
synced 2024-11-24 13:06:09 +03:00
notifications: fix note description render
This commit is contained in:
parent
bda335ea7c
commit
03b89e7072
@ -44,7 +44,7 @@ function describeNotification(description: string, plural: boolean) {
|
|||||||
return `left ${pluralize("comment", plural)} on`;
|
return `left ${pluralize("comment", plural)} on`;
|
||||||
case "edit-comment":
|
case "edit-comment":
|
||||||
return `updated ${pluralize("comment", plural)} on`;
|
return `updated ${pluralize("comment", plural)} on`;
|
||||||
case "new-note":
|
case "note":
|
||||||
return `posted ${pluralize("note", plural)} to`;
|
return `posted ${pluralize("note", plural)} to`;
|
||||||
case "edit-note":
|
case "edit-note":
|
||||||
return `updated ${pluralize("note", plural)} in`;
|
return `updated ${pluralize("note", plural)} in`;
|
||||||
|
Loading…
Reference in New Issue
Block a user