diff options
author | Thomas <> | 2022-08-03 10:31:52 +0200 |
---|---|---|
committer | Thomas <> | 2022-08-03 10:31:52 +0200 |
commit | 4a736ff50d9af14d810cde11dcae4c71a131a08a (patch) | |
tree | 00a83052604f91e1121f37f5be0ded22d1f00c92 /basicConfig/templates | |
parent | 48f19dc45cec670fe62399d09fb34732fb4eeedc (diff) | |
download | National_eIDAS_Gateway-4a736ff50d9af14d810cde11dcae4c71a131a08a.tar.gz National_eIDAS_Gateway-4a736ff50d9af14d810cde11dcae4c71a131a08a.tar.bz2 National_eIDAS_Gateway-4a736ff50d9af14d810cde11dcae4c71a131a08a.zip |
chore(gui): change eMail address for support on BM.I side
Diffstat (limited to 'basicConfig/templates')
-rw-r--r-- | basicConfig/templates/other_login_method.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basicConfig/templates/other_login_method.html b/basicConfig/templates/other_login_method.html index 30bae604..478d6da5 100644 --- a/basicConfig/templates/other_login_method.html +++ b/basicConfig/templates/other_login_method.html @@ -58,7 +58,7 @@ <p th:text="#{gui.otherlogin.inserternp.second}"> Insert ERnP second block </p> <p> <span th:text="#{gui.otherlogin.inserternp.third.prefix}"> Insert ERnP third block / part 1 </span> - <span> <a href="mailto:BMI-IKT-eIDAS-Betrieb@bmi.gv.at"> BMI-IKT-eIDAS-Betrieb@bmi.gv.at </a></span> + <span> <a href="mailto:helpdesk@bmi.gv.at"> helpdesk@bmi.gv.at </a></span> <span th:text="#{gui.otherlogin.inserternp.third.postfix}"> Insert ERnP third block / part 3 </span> </p> </div> |