修复删除日志提示

This commit is contained in:
whyour
2024-04-11 21:11:21 +08:00
parent 591a17e7ee
commit 2e7f3a1578
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ const Log = () => {
{select}
</Text>
{intl.get('文件')}
{currentNode.type === 'directory' ? intl.get('夹下所日志') : ''}
{currentNode.type === 'directory' ? intl.get('夹下所日志') : ''}
{intl.get(',删除后不可恢复')}
</>
),