refactor: rename recipients route to people, update all frontend references
This commit is contained in:
@@ -37,6 +37,7 @@ export const en = {
|
||||
categories: "Categories",
|
||||
assets: "Assets",
|
||||
recipients: "Recipients",
|
||||
people: "People",
|
||||
movements: "Movements",
|
||||
assignments: "Assignments",
|
||||
users: "Users",
|
||||
@@ -51,6 +52,7 @@ export const en = {
|
||||
item: "Item",
|
||||
asset: "Asset",
|
||||
recipient: "Recipient",
|
||||
person: "Person",
|
||||
assignment: "Assignment",
|
||||
},
|
||||
resetDatabase: {
|
||||
@@ -610,8 +612,12 @@ export const en = {
|
||||
title: "Total Recipients",
|
||||
countLabel: "Total",
|
||||
},
|
||||
people: {
|
||||
title: "Total People",
|
||||
countLabel: "Total",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
export type Dictionary = typeof en
|
||||
export type Dictionary = typeof en
|
||||
|
||||
Reference in New Issue
Block a user