Fix sfp docs link typo

This commit is contained in:
Johannes Zellner
2021-01-25 16:42:33 +01:00
parent d627b6b0b0
commit 08e8ce4d75

View File

@@ -553,7 +553,7 @@
<div class="row" ng-show="mailRelay.preset.spfDoc">
<br/>
<div class="col-md-12">
<span class="text-info" ng-bind-html="'email.outbound.mailRelay.spfDocInfo' | tr:{ name: mailRelay.preset.name, spfDocsLink: mailRelay.present.spfDoc }"></span>
<span class="text-info" ng-bind-html="'email.outbound.mailRelay.spfDocInfo' | tr:{ name: mailRelay.preset.name, spfDocsLink: mailRelay.preset.spfDoc }"></span>
</div>
</div>
</div>