Skip to content

Commit db2c324

Browse files
committed
wording
1 parent 0f665ed commit db2c324

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sider.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const SiderMenu = observer(() => {
4747
return (
4848
<div>
4949
<Card
50-
title={<div className='text-center'>今日剩余总热更次数</div>}
50+
title={<div className='text-center'>今日剩余总查询热更次数</div>}
5151
size='small'
5252
className='mr-2 mb-4'
5353
>
@@ -95,7 +95,7 @@ const SiderMenu = observer(() => {
9595
</div>
9696
{i.checkCount && (
9797
<div className='text-xs text-gray-500 mb-2'>
98-
<Tooltip mouseEnterDelay={1} title='今日此应用检查热更的次数'>
98+
<Tooltip mouseEnterDelay={1} title='今日此应用查询热更的次数'>
9999
<a>{i.checkCount.toLocaleString()}</a>
100100
</Tooltip>
101101
</div>

0 commit comments

Comments
 (0)