Remove legacy formatCategory (#5280)

* Remove legacy formatCategory

* prepr
This commit is contained in:
Prospector
2026-02-02 10:20:23 -08:00
committed by GitHub
parent f81f951814
commit 56c8bb1950
6 changed files with 18 additions and 66 deletions

View File

@@ -557,7 +557,7 @@ export const commonProjectTypeTitleMessages = defineMessages({
defaultMessage: '{count, plural, one {Server} other {Servers}}',
},
project: {
id: 'project-type.project.lowercase',
id: 'project-type.project.capital',
defaultMessage: '{count, plural, one {Project} other {Projects}}',
},
})