Skip to content

Commit

Permalink
chore: 文案优化
Browse files Browse the repository at this point in the history
  • Loading branch information
xream committed Mar 15, 2024
1 parent 654e17d commit 7a809a1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sub-store-front-end",
"version": "2.14.164",
"version": "2.14.165",
"private": true,
"scripts": {
"dev": "vite --host",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ export default {
btn: 'Add an artifact',
},
detail: {
firstLine: 'Type: {type}, Sub: {name}',
firstLine: 'Type: {type}, Source: {name}',
secondLine: 'Last Time: {time}',
notSync: 'Not sync yet',
},
Expand Down
2 changes: 1 addition & 1 deletion src/locales/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ export default {
btn: '立即添加',
},
detail: {
firstLine: '类型:{type},订阅:{name}',
firstLine: '类型:{type},来源:{name}',
secondLine: '上次同步:{time}',
notSync: '从未同步',
},
Expand Down
1 change: 1 addition & 0 deletions src/types/store/subsStore.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ interface Sub {
icon?: string;
ua?: string;
mergeSources?: string;
subUserinfo?: string;
process: Process[];
}

Expand Down

0 comments on commit 7a809a1

Please sign in to comment.