Add localization for a bunch of stuff that I initially missed
This commit is contained in:
parent
6997c736dc
commit
cab29d9cd6
8 changed files with 43 additions and 27 deletions
|
|
@ -1,8 +1,8 @@
|
|||
{{#if answers}}
|
||||
<table class="taf-query-summary">
|
||||
<tr>
|
||||
<td>Key</td>
|
||||
<td>Value</td>
|
||||
<td>{{ localize "taf.misc.Key" }}</td>
|
||||
<td>{{ localize "taf.misc.Value" }}</td>
|
||||
</tr>
|
||||
{{#each answers as | answer |}}
|
||||
<tr>
|
||||
|
|
@ -12,5 +12,5 @@
|
|||
{{/each}}
|
||||
</table>
|
||||
{{else}}
|
||||
No data submitted
|
||||
{{ localize "taf.misc.no-data-submitted" }}
|
||||
{{/if}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue