From 10d9c948cb381d0d34eb6951d97b1d69288ac374 Mon Sep 17 00:00:00 2001 From: Luis Cruz Date: Fri, 28 Aug 2020 18:21:15 +0100 Subject: [PATCH] Fixed label. --- .../action/manager/enrolments/SpecialSeasonStatusTrackerDA.java | 2 +- src/main/resources/resources/ApplicationResources_en.properties | 1 + src/main/resources/resources/ApplicationResources_pt.properties | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/java/org/fenixedu/academic/ui/struts/action/manager/enrolments/SpecialSeasonStatusTrackerDA.java b/src/main/java/org/fenixedu/academic/ui/struts/action/manager/enrolments/SpecialSeasonStatusTrackerDA.java index 5da43214890..77bfd74e356 100644 --- a/src/main/java/org/fenixedu/academic/ui/struts/action/manager/enrolments/SpecialSeasonStatusTrackerDA.java +++ b/src/main/java/org/fenixedu/academic/ui/struts/action/manager/enrolments/SpecialSeasonStatusTrackerDA.java @@ -172,7 +172,7 @@ private Spreadsheet generateSpreadsheet(SpecialSeasonStatusTrackerBean bean) { row.setCell(BundleUtil.getString(Bundle.APPLICATION, "label.isDislocated"), Boolean.toString(isDislocated)); row.setCell(BundleUtil.getString(Bundle.APPLICATION, "label.residence.country"), getResidenceCountry(person)); row.setCell(BundleUtil.getString(Bundle.APPLICATION, "label.residence.postCode"), getResidencePostCode(person)); - row.setCell(BundleUtil.getString(Bundle.APPLICATION, "label.residence.postCode"), getIngression(registration)); + row.setCell(BundleUtil.getString(Bundle.APPLICATION, "label.ingression"), getIngression(registration)); } return spreadsheet; diff --git a/src/main/resources/resources/ApplicationResources_en.properties b/src/main/resources/resources/ApplicationResources_en.properties index ce8ba87212a..4221a0040ef 100644 --- a/src/main/resources/resources/ApplicationResources_en.properties +++ b/src/main/resources/resources/ApplicationResources_en.properties @@ -6801,3 +6801,4 @@ createPostingRule.startDate.cannot.be.before.tomorrow = It's not possible to cre label.isDislocated = Dislocated label.residence.country = Country of Residence label.residence.postCode = Residence Post Code +label.ingression = Ingression \ No newline at end of file diff --git a/src/main/resources/resources/ApplicationResources_pt.properties b/src/main/resources/resources/ApplicationResources_pt.properties index ec4c642cc49..95b08561c9f 100644 --- a/src/main/resources/resources/ApplicationResources_pt.properties +++ b/src/main/resources/resources/ApplicationResources_pt.properties @@ -6839,3 +6839,4 @@ createPostingRule.startDate.cannot.be.before.tomorrow = Não é possível criar label.isDislocated = Deslocado label.residence.country = País de Residência label.residence.postCode = Código Postal de Residência +label.ingression = Ingresso \ No newline at end of file