diff options
author | Thomas <> | 2023-03-08 08:35:02 +0100 |
---|---|---|
committer | Thomas <> | 2023-03-08 08:35:02 +0100 |
commit | e9982e2c614447a4a5aceac4deaa303c97edb57f (patch) | |
tree | 1fc3b1718213f82804ba59464f469ae1ee1806f5 /basicConfig/ms-connector/templates | |
parent | a7a884892ba40c5cfa3cdb520dc55f7a47eb5e0f (diff) | |
download | National_eIDAS_Gateway-e9982e2c614447a4a5aceac4deaa303c97edb57f.tar.gz National_eIDAS_Gateway-e9982e2c614447a4a5aceac4deaa303c97edb57f.tar.bz2 National_eIDAS_Gateway-e9982e2c614447a4a5aceac4deaa303c97edb57f.zip |
chore(ux): change eMail address in default template
Diffstat (limited to 'basicConfig/ms-connector/templates')
-rw-r--r-- | basicConfig/ms-connector/templates/other_login_method.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/basicConfig/ms-connector/templates/other_login_method.html b/basicConfig/ms-connector/templates/other_login_method.html index 6b6d4aa9..ac867312 100644 --- a/basicConfig/ms-connector/templates/other_login_method.html +++ b/basicConfig/ms-connector/templates/other_login_method.html @@ -59,7 +59,7 @@ <p th:text="#{gui.otherlogin.inserternp.first}"> Disallow new ERnP first block </p> <p> <span th:text="#{gui.otherlogin.inserternp.disabled.prefix}"> Disallow new ERnP third block / part 1 </span> - <span> <a href="mailto:helpdesk@bmi.gv.at"> helpdesk@bmi.gv.at </a></span> + <span> <a href="mailto:buergerservice.oegv@brz.gv.at"> buergerservice.oegv@brz.gv.at </a></span> <span th:text="#{gui.otherlogin.inserternp.disabled.postfix}"> Disallow new ERnP third block / part 3 </span> </p> </div> @@ -74,7 +74,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:helpdesk@bmi.gv.at"> helpdesk@bmi.gv.at </a></span> + <span> <a href="mailto:buergerservice.oegv@brz.gv.at"> buergerservice.oegv@brz.gv.at </a></span> <span th:text="#{gui.otherlogin.inserternp.third.postfix}"> Insert ERnP third block / part 3 </span> </p> </div> |