More i18n fixes (3)

This commit is contained in:
softsimon
2023-11-26 15:48:44 +09:00
parent e7e25e1632
commit bebd2ea028
6 changed files with 121 additions and 98 deletions

View File

@@ -49,7 +49,7 @@
<tr *ngIf="!node.city && !node.country">
<td i18n="lightning.location">Location</td>
<td>
<span>unknown</span>
<span i18n="unknown">Unknown</span>
</td>
</tr>
</tbody>