Skip to content

Commit

Permalink
chore: 订阅链接文案调整
Browse files Browse the repository at this point in the history
  • Loading branch information
xream committed Jan 10, 2024
1 parent 3572881 commit 674a1f1
Show file tree
Hide file tree
Showing 3 changed files with 3 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.32",
"version": "2.14.33",
"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 @@ -173,7 +173,7 @@ export default {
},
url: {
label: 'URL',
placeholder: 'The original subscription URL',
placeholder: 'Subscription URL (please separate multiple subscriptions with a new line)',
isEmpty: 'URL cannot be empty',
isIllegal: 'Invalid URL',
},
Expand Down
2 changes: 1 addition & 1 deletion src/locales/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export default {
},
url: {
label: '链接',
placeholder: '填入机场原始订阅链接',
placeholder: '订阅链接(多个订阅请换行)',
isEmpty: '订阅链接不能为空',
isIllegal: '订阅链接格式非法',
},
Expand Down

0 comments on commit 674a1f1

Please sign in to comment.