fix(shift): update Z-report title to Albanian translation

This commit is contained in:
2026-06-18 20:04:13 +02:00
parent 3e6773a6d5
commit 486f8deae6
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -24,3 +24,4 @@ dist/
# Graphify knowledge-graph output (dev tool; generated, not committed)
graphify-out/
parking.sqlite*.bak-*
+1 -1
View File
@@ -335,7 +335,7 @@ export class ShiftService {
`Expected drawer: ${money(r.expectedDrawerMinor)} ${cur}`,
];
try {
await printer.printReport({ title: "SHIFT Z-REPORT", lines });
await printer.printReport({ title: "RAPORT TURNI", lines });
return true;
} catch (err) {
this.#logger.warn(`Z-report print failed for ${r.operator}: ${(err as Error).message} (event recorded)`);