修复删除日志提示

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

View File

@ -426,7 +426,7 @@
"创建变量成功": "Variable created successfully", "创建变量成功": "Variable created successfully",
"编辑变量": "Edit Variable", "编辑变量": "Edit Variable",
"加载中...": "Loading...", "加载中...": "Loading...",
"夹下所日志": "Folder and All Subfiles", "夹下所日志": "Folder and All Subfiles",
"创建文件夹成功": "Folder created successfully", "创建文件夹成功": "Folder created successfully",
"创建文件成功": "File created successfully", "创建文件成功": "File created successfully",
"夹及其子文件": "Folder and Its Subfiles", "夹及其子文件": "Folder and Its Subfiles",

View File

@ -426,7 +426,7 @@
"创建变量成功": "创建变量成功", "创建变量成功": "创建变量成功",
"编辑变量": "编辑变量", "编辑变量": "编辑变量",
"加载中...": "加载中...", "加载中...": "加载中...",
"夹下所以日志": "夹下所以日志", "夹下所有日志": "夹下所有日志",
"创建文件夹成功": "创建文件夹成功", "创建文件夹成功": "创建文件夹成功",
"创建文件成功": "创建文件成功", "创建文件成功": "创建文件成功",
"夹及其子文件": "夹及其子文件", "夹及其子文件": "夹及其子文件",

View File

@ -123,7 +123,7 @@ const Log = () => {
{select} {select}
</Text> </Text>
{intl.get('文件')} {intl.get('文件')}
{currentNode.type === 'directory' ? intl.get('夹下所日志') : ''} {currentNode.type === 'directory' ? intl.get('夹下所日志') : ''}
{intl.get(',删除后不可恢复')} {intl.get(',删除后不可恢复')}
</> </>
), ),