diff options
author | Christian Kollmann <christian.kollmann@a-sit.at> | 2021-12-02 09:06:55 +0100 |
---|---|---|
committer | Christian Kollmann <christian.kollmann@a-sit.at> | 2021-12-02 16:13:48 +0100 |
commit | e5934d538aabcfc1f3b92472753de729d6ce1cce (patch) | |
tree | e806c33042b2762b67265515de2d6f1f09152fad /connector/src/test/resources/config/properties/messages.properties | |
parent | 401cd39689d73f1cc865bb3c7cfca40a3f5ac625 (diff) | |
download | National_eIDAS_Gateway-e5934d538aabcfc1f3b92472753de729d6ce1cce.tar.gz National_eIDAS_Gateway-e5934d538aabcfc1f3b92472753de729d6ce1cce.tar.bz2 National_eIDAS_Gateway-e5934d538aabcfc1f3b92472753de729d6ce1cce.zip |
Search with user provided input in ZMR for addresses
Diffstat (limited to 'connector/src/test/resources/config/properties/messages.properties')
-rw-r--r-- | connector/src/test/resources/config/properties/messages.properties | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/connector/src/test/resources/config/properties/messages.properties b/connector/src/test/resources/config/properties/messages.properties index 8ffc5560..1e0f04d0 100644 --- a/connector/src/test/resources/config/properties/messages.properties +++ b/connector/src/test/resources/config/properties/messages.properties @@ -110,4 +110,8 @@ gui.residency.cancel=Cancel gui.residency.search=Search gui.residency.proceed=Proceed gui.residency.updated=Updated your input -gui.residency.error=Error on Backend Call
\ No newline at end of file +gui.residency.error=Error on Backend Call +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 |