diff options
Diffstat (limited to 'basicConfig')
-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> |