diff options
author | Thomas <> | 2023-06-01 16:35:21 +0200 |
---|---|---|
committer | Thomas <> | 2023-06-05 17:05:35 +0200 |
commit | 4a027bad3080b5333d56d74a1c7286cb68415305 (patch) | |
tree | 0d4f6361833342d05e22c69742ec4338011cbea3 /basicConfig/ms-connector/properties | |
parent | d39f2b7b7b4e2fea2a5402c63c10d3ce83097129 (diff) | |
download | National_eIDAS_Gateway-4a027bad3080b5333d56d74a1c7286cb68415305.tar.gz National_eIDAS_Gateway-4a027bad3080b5333d56d74a1c7286cb68415305.tar.bz2 National_eIDAS_Gateway-4a027bad3080b5333d56d74a1c7286cb68415305.zip |
chore(connector): add Liechtenstein as country an fix typos in existing config
Diffstat (limited to 'basicConfig/ms-connector/properties')
-rw-r--r-- | basicConfig/ms-connector/properties/messages.properties | 4 | ||||
-rw-r--r-- | basicConfig/ms-connector/properties/messages_de.properties | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/basicConfig/ms-connector/properties/messages.properties b/basicConfig/ms-connector/properties/messages.properties index 355c4ab7..20ec16e7 100644 --- a/basicConfig/ms-connector/properties/messages.properties +++ b/basicConfig/ms-connector/properties/messages.properties @@ -61,6 +61,8 @@ gui.countryselection.country.is=Iceland gui.countryselection.country.is.logo.alt=Iceland-eID gui.countryselection.country.it=Italy gui.countryselection.country.it.logo.alt=Italy-eID +gui.countryselection.country.li=Liechtenstein +gui.countryselection.country.li.logo.alt=Liechtenstein-eID gui.countryselection.country.lt=Lithuania gui.countryselection.country.lt.logo.alt=Lithuania-eID gui.countryselection.country.lv=Latvia @@ -140,7 +142,7 @@ gui.countryselection.country.hu.img = /img/countries/Hungary-EU_.png gui.countryselection.country.is.img = /img/countries/Iceland.png gui.countryselection.country.ie.img = /img/countries/Ireland-EU_.png gui.countryselection.country.it.img = /img/countries/Italy-EU_.png -gui.countryselection.country.li.img = /img/countries/Lichtenstein.png +gui.countryselection.country.li.img = /img/countries/Liechtenstein.png gui.countryselection.country.lv.img = /img/countries/Latvia-EU_.png gui.countryselection.country.lt.img = /img/countries/Lithuania-EU_.png gui.countryselection.country.lu.img = /img/countries/Luxembourg-EU_.png diff --git a/basicConfig/ms-connector/properties/messages_de.properties b/basicConfig/ms-connector/properties/messages_de.properties index 9ebcde5f..c2831b39 100644 --- a/basicConfig/ms-connector/properties/messages_de.properties +++ b/basicConfig/ms-connector/properties/messages_de.properties @@ -49,6 +49,8 @@ gui.countryselection.country.de=Deutschland gui.countryselection.country.de.logo.alt=Deutsche-eID
gui.countryselection.country.is=Island
gui.countryselection.country.is.logo.alt=Isländische-eID
+gui.countryselection.country.li=Liechtenstein
+gui.countryselection.country.li.logo.alt=Liechtenstein-eID
gui.countryselection.country.it=Italien
gui.countryselection.country.it.logo.alt=Italienische-eID
gui.countryselection.country.lt=Litauen
|