Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joyce.zhou committed Aug 24, 2023
1 parent 527cd99 commit f9f5fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RemotePageHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const close = () => {
<div style="display: flex; align-items: center">
{{ $t('routes.remoteControl') + ' - ' }}
<span style="font-size: 12px; margin-left: 10px">
<div>{{ $t('common.iniuse') }} {{ parseTimeout(ticker) }}</div>
<div>{{ $t('common.inuse') }} {{ parseTimeout(ticker) }}</div>
<div>{{ $t('common.inidle') }} {{ parseTimeout(idleCount) }}</div>
</span>
<el-popover placement="bottom" width="270" trigger="hover">
Expand Down

0 comments on commit f9f5fc1

Please sign in to comment.