Skip to content

Commit f47d6b3

Browse files
committed
fix: Translate commands
1 parent 838b1dd commit f47d6b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/elements/replay/guacamole/guacamole.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<div class="content">
1212
<div class="commands" *ngIf="commands.length > 0">
1313
<div class="commands-header">
14-
<span>命令历史 ({{ commands.length }})</span>
14+
<span>{{ "Commands" | translate }} ({{ commands.length }})</span>
1515
</div>
1616
<div class="commands-list"
1717
infiniteScroll

0 commit comments

Comments
 (0)