Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 07f3293

Browse files
lgallgal
authored andcommitted
SORMAS-Foundation#3411 fixed german caption + shoe salutation only for germany
1 parent b415686 commit 07f3293

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

sormas-api/src/main/java/de/symeda/sormas/api/person/PersonDto.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ public class PersonDto extends PseudonymizableDto {
122122
@PersonalData(mandatoryField = true)
123123
@SensitiveData(mandatoryField = true)
124124
private String lastName;
125+
@HideForCountriesExcept
125126
@PersonalData
126127
@SensitiveData
127128
private Salutation salutation;

sormas-api/src/main/resources/captions_de-DE.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1270,7 +1270,7 @@ Person.covidCodeDelivered=COVID Code wurde generiert und ausgeliefert
12701270
Person.externalId=Externe ID
12711271
Person.symptomJournalStatus=Symptomtagebuch-Status
12721272
Person.salutation=Anrede
1273-
Person.otherSalutation=Anderer Anrede
1273+
Person.otherSalutation=Andere Anrede
12741274

12751275
pointOfEntryActivePointsOfEntry=Aktive Einreiseorte
12761276
pointOfEntryArchivedPointsOfEntry=Archivierte Einreiseorte

0 commit comments

Comments
 (0)