[minor] lang fixes for email digest
This commit is contained in:
parent
c819fd4ee8
commit
a5cf8a86c1
@ -76,7 +76,7 @@
|
||||
<table style="width: 100%;">
|
||||
<tr>
|
||||
<td>
|
||||
<a style="{{ link_css }}" href="{{ t.link }}">{{ t.description }}</a>
|
||||
<a style="{{ link_css }}" href="{{ t.link }}">{{ _(t.description) }}</a>
|
||||
</td>
|
||||
<td style="width: 25%; text-align: right">
|
||||
<span style="{{ label_css }}">
|
||||
@ -99,7 +99,7 @@
|
||||
<table style="width: 100%;">
|
||||
<tr>
|
||||
<td>
|
||||
<a style="{{ link_css }}" href="{{ n.link }}">{{ n.key }}</a>
|
||||
<a style="{{ link_css }}" href="{{ n.link }}">{{ _(n.key) }}</a>
|
||||
</td>
|
||||
<td style="width: 25%; text-align: right">
|
||||
<span style="{{ label_css }}">
|
||||
|
Loading…
Reference in New Issue
Block a user