translatable category headers (#5301)
This commit is contained in:
@@ -162,10 +162,6 @@ export const formatProjectType = (name, short = false) => {
|
||||
return capitalizeString(name)
|
||||
}
|
||||
|
||||
export const formatCategoryHeader = (name) => {
|
||||
return capitalizeString(name)
|
||||
}
|
||||
|
||||
export const formatProjectStatus = (name) => {
|
||||
if (name === 'approved') {
|
||||
return 'Public'
|
||||
|
||||
Reference in New Issue
Block a user