fix: 🐛 Fix incorrect pluralization of entity page title
Some checks failed
Check Types / tests (push) Failing after 1s
CodeQL / Analyze (javascript) (push) Failing after 1s
Lint & Format / tests (push) Failing after 1s
Mirror to Codeberg / Mirror (push) Failing after 1s

This commit is contained in:
Jesse Wierzbinski 2025-12-20 00:28:46 +01:00
parent 1b243f1aca
commit 2f0e447f78
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ export const metadata = {
description: 'Definition of the Note entity',
}
# Notes
# Note
Notes represent a piece of content on a Versia instance. They can be posted by [Users](/entities/user) and are displayed in a user's feed. Notes can contain text, images, and other media. {{ className: 'lead' }}

View file

@ -291,7 +291,7 @@ export const navigation: NavGroup[] = [
{ title: "Follow", href: "/entities/follow" },
{ title: "FollowAccept", href: "/entities/follow-accept" },
{ title: "FollowReject", href: "/entities/follow-reject" },
{ title: "Notes", href: "/entities/note" },
{ title: "Note", href: "/entities/note" },
{ title: "InstanceMetadata", href: "/entities/instance-metadata" },
{ title: "Unfollow", href: "/entities/unfollow" },
{ title: "Users", href: "/entities/user" },