From ad23489ede03ffa7386e5c45fe9330cbcf57fc37 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Wed, 18 Oct 2023 09:46:34 +0200 Subject: feat(ux): add norway as supported country on Connector side --- .../src/main/resources/properties/messages.properties | 4 +++- .../src/main/resources/properties/messages_de.properties | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'ms_specific_connector/src/main/resources/properties') diff --git a/ms_specific_connector/src/main/resources/properties/messages.properties b/ms_specific_connector/src/main/resources/properties/messages.properties index 848be229..7fd3c4f2 100644 --- a/ms_specific_connector/src/main/resources/properties/messages.properties +++ b/ms_specific_connector/src/main/resources/properties/messages.properties @@ -94,6 +94,8 @@ gui.countryselection.country.se=Sweden gui.countryselection.country.se.logo.alt=Sweden-eID gui.countryselection.country.uk=United Kingdom gui.countryselection.country.uk.logo.alt=United Kingdom-eID +gui.countryselection.country.no=Norway +gui.countryselection.country.no.logo.alt=Norwegian-eID gui.countryselection.country.testcountry=TestCountry gui.countryselection.country.testcountry.logo.alt=Testcountry-eID @@ -129,4 +131,4 @@ gui.residency.input.postleitzahl=Postcode gui.residency.input.municipality=Municipality gui.residency.input.village=Village gui.residency.input.street=Street -gui.residency.input.number=Number \ No newline at end of file +gui.residency.input.number=Number diff --git a/ms_specific_connector/src/main/resources/properties/messages_de.properties b/ms_specific_connector/src/main/resources/properties/messages_de.properties index 31733497..5b7aab95 100644 --- a/ms_specific_connector/src/main/resources/properties/messages_de.properties +++ b/ms_specific_connector/src/main/resources/properties/messages_de.properties @@ -94,6 +94,9 @@ gui.countryselection.country.se=Schweden gui.countryselection.country.se.logo.alt=Schwedische-eID gui.countryselection.country.uk=Großbritanien gui.countryselection.country.uk.logo.alt=Britische-eID +gui.countryselection.country.no=Norwegen +gui.countryselection.country.no.logo.alt=Norwegische-eID + gui.countryselection.country.testcountry=Testland gui.countryselection.country.testcountry.logo.alt=Testland-eID -- cgit v1.2.3