Skip to content

Commit

Permalink
Merge pull request jumpserver#1232 from jumpserver/pr@dev@feat_add_i18n
Browse files Browse the repository at this point in the history
feat: add i18n
  • Loading branch information
Aaron3S authored Feb 19, 2025
2 parents 9139c27 + c3bb425 commit 4aed9f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/elements/face-monitor/face-monitor.component.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<div class="box" [class.minimized]="isMinimized" *ngIf="isVisible">
<div class="box-header">
<span class="box-title" style="color: red" *ngIf="monitoringTabCount">●&nbsp;[{{ monitoringTabCount }}]个会话正在被监控中</span>
<span class="box-title" style="color: red" *ngIf="monitoringTabCount">●&nbsp;[{{ monitoringTabCount }}
]{{ 'SessionIsBeingMonitored' | translate }}</span>
<div class="box-controls">
<button (click)="minimizeBox()">
<i *ngIf="!isMinimized" class="fa fa-window-minimize"></i>
Expand Down

0 comments on commit 4aed9f6

Please sign in to comment.