mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 17:54:32 +08:00
修复删除日志提示
This commit is contained in:
@@ -123,7 +123,7 @@ const Log = () => {
|
||||
{select}
|
||||
</Text>
|
||||
{intl.get('文件')}
|
||||
{currentNode.type === 'directory' ? intl.get('夹下所以日志') : ''}
|
||||
{currentNode.type === 'directory' ? intl.get('夹下所有日志') : ''}
|
||||
{intl.get(',删除后不可恢复')}
|
||||
</>
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user