diff options
author | Thomas <> | 2022-02-08 18:03:07 +0100 |
---|---|---|
committer | Thomas <> | 2022-02-08 18:03:07 +0100 |
commit | 01a4c718c21573b0d149ca182a02d9355eb61170 (patch) | |
tree | 2c4050f5a1458d7463f3f54fd69dde271b0df040 /basicConfig/properties | |
parent | 474fc2b1c7645672e3ed60039177c3c04ba85dc9 (diff) | |
download | National_eIDAS_Gateway-01a4c718c21573b0d149ca182a02d9355eb61170.tar.gz National_eIDAS_Gateway-01a4c718c21573b0d149ca182a02d9355eb61170.tar.bz2 National_eIDAS_Gateway-01a4c718c21573b0d149ca182a02d9355eb61170.zip |
feature(matching): add 'Back to previous step' button into 'search-by-residence' GUI
Diffstat (limited to 'basicConfig/properties')
-rw-r--r-- | basicConfig/properties/messages.properties | 1 | ||||
-rw-r--r-- | basicConfig/properties/messages_de.properties | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/basicConfig/properties/messages.properties b/basicConfig/properties/messages.properties index fcb85bee..e5558c76 100644 --- a/basicConfig/properties/messages.properties +++ b/basicConfig/properties/messages.properties @@ -137,6 +137,7 @@ gui.residency.header.help=You can search for the address that you have been regi postcode, municipality or village first to start the search. gui.residency.header.inputinvalid=Be sure to enter a value for Municipality or Village gui.residency.cancel=Cancel +gui.residency.back=Back to previous step gui.residency.search=Search gui.residency.clear=Clear gui.residency.proceed=Proceed diff --git a/basicConfig/properties/messages_de.properties b/basicConfig/properties/messages_de.properties index 613bead6..b26646aa 100644 --- a/basicConfig/properties/messages_de.properties +++ b/basicConfig/properties/messages_de.properties @@ -135,6 +135,7 @@ gui.residency.header.help=Hier können Sie nach einem Wohnsitze in Österreich s Postleitzahl, Gemeinde oder Ortschaft ein um die Suche zu starten. gui.residency.header.inputinvalid=Bitte geben Sie einen Wert für Gemeinde oder Ortschaft ein gui.residency.cancel=Abbrechen +gui.residency.back=Zurück zum vorangegangenen Schritt gui.residency.search=Suche gui.residency.clear=Löschen gui.residency.proceed=Fortfahren |