fix: translate sottostanti column labels to Italian in expired anagrafica

This commit is contained in:
2026-03-23 17:03:46 +01:00
parent 26f818486c
commit 1edfccfc62

View File

@@ -229,8 +229,8 @@ public class ExpiredAnagraficaSectionRenderer : IPdfSectionRenderer
var grid = new PdfGrid(); var grid = new PdfGrid();
grid.Style.CellPadding = new PdfPaddings(2, 2, 2, 2); grid.Style.CellPadding = new PdfPaddings(2, 2, 2, 2);
string[] headers = { "Nome", "Strike", "Last", "% Perf.", "Barriera Capitale", string[] headers = { "Nome", "Livello Iniziale", "Ultimo Prezzo", "% Perf.", "Barriera Capitale",
"Buffer Capitale", "Trigger Cedola", "Buffer Cedola", "Trigger Autocall" }; "Protezione Capitale", "Livello Cedola", "Protezione Cedola", "Livello Richiamo Anticipato" };
foreach (var _ in headers) grid.Columns.Add(); foreach (var _ in headers) grid.Columns.Add();