Skip to content

Commit 19063dd

Browse files
committed
Minor message template fix
1 parent 538c39e commit 19063dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Presentation/SmartStore.Web/App_Data/EmailTemplates/de/NewVATSubmitted.StoreOwnerNotification.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</h1>
1313
1414
<p>
15-
<b>{{ Customer.FullName }}</b> (<a mailto:{{ Customer.Email }}>{{ Customer.Email }}</a>) hat eine neue Umsatzsteuer-ID übermittelt.
15+
<b>{{ Customer.FullName }}</b> (<a href="mailto:{{ Customer.Email }}">{{ Customer.Email }}</a>) hat eine neue Umsatzsteuer-ID übermittelt.
1616
</p>
1717
1818
<p class="mt-4 mb-4 text-center">

src/Presentation/SmartStore.Web/App_Data/EmailTemplates/en/NewVATSubmitted.StoreOwnerNotification.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</h1>
1313
1414
<p>
15-
<b>{{ Customer.FullName }}</b> (<a mailto:{{ Customer.Email }}>{{ Customer.Email }}</a>) has submitted a new VAT number.
15+
<b>{{ Customer.FullName }}</b> (<a href="mailto:{{ Customer.Email }}">{{ Customer.Email }}</a>) has submitted a new VAT number.
1616
</p>
1717
1818
<p class="mt-4 mb-4 text-center">

0 commit comments

Comments
 (0)