diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts index 0552c559f..0b6b7d395 100644 --- a/frontend/src/lang/modules/en.ts +++ b/frontend/src/lang/modules/en.ts @@ -747,6 +747,7 @@ export default { type: 'Type', list: 'File List', sub: 'Include subdirectory', + downlodSuccess: 'Download Success', }, setting: { all: 'All', diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts index aaba62f3a..710639f34 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -754,6 +754,7 @@ export default { root: '根目录', list: '文件列表', sub: '包含子目录', + downlodSuccess: '下载完成', }, setting: { all: '全部', diff --git a/frontend/src/views/app-store/detail/index.vue b/frontend/src/views/app-store/detail/index.vue index d9657d5de..f88ef62d8 100644 --- a/frontend/src/views/app-store/detail/index.vue +++ b/frontend/src/views/app-store/detail/index.vue @@ -1,7 +1,7 @@