refactor: rename remaining recipient references to person/people
This commit is contained in:
@@ -68,7 +68,7 @@ describe("movement pages localization", () => {
|
||||
createdAt: new Date("2026-06-13T00:00:00.000Z"),
|
||||
item: { name: "Laptop" },
|
||||
asset: { serialNumber: "SN-001" },
|
||||
recipient: { firstName: "Ada", lastName: "Lovelace" },
|
||||
person: { firstName: "Ada", lastName: "Lovelace" },
|
||||
},
|
||||
],
|
||||
totalPages: 1,
|
||||
@@ -83,7 +83,7 @@ describe("movement pages localization", () => {
|
||||
expect(html).toContain("Artículo")
|
||||
expect(html).toContain("Número de serie")
|
||||
expect(html).toContain("Cantidad")
|
||||
expect(html).toContain("Destinatario")
|
||||
expect(html).toContain("Persona")
|
||||
expect(html).toContain("Fecha")
|
||||
expect(html).toContain("Asignación")
|
||||
expect(html).toContain("Laptop")
|
||||
|
||||
Reference in New Issue
Block a user