Skip to content

Commit

Permalink
🐛 fix(locale): Subscription Path Description
Browse files Browse the repository at this point in the history
  • Loading branch information
web-ppanel committed Dec 16, 2024
1 parent 3832d20 commit 4c67387
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/admin/locales/en-US/system.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"subscriptionDomainDescription": "Used for subscription; leave blank to use site domain",
"subscriptionDomainPlaceholder": "Enter subscription domain, one per line",
"subscriptionPath": "Subscription Path",
"subscriptionPathDescription": "Used for subscription",
"subscriptionPathDescription": "Used for subscription. The system will automatically restart after modification, please wait for 5 seconds.",
"subscriptionPathPlaceholder": "Enter",
"subscriptionProtocol": "Subscription Protocol",
"wildcardResolution": "Wildcard Resolution",
Expand Down
2 changes: 1 addition & 1 deletion apps/admin/locales/zh-CN/system.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"subscriptionDomainDescription": "用于订阅,留空则使用站点域名",
"subscriptionDomainPlaceholder": "请输入订阅域名,多个域名请每行一个",
"subscriptionPath": "订阅路径",
"subscriptionPathDescription": "用于订阅",
"subscriptionPathDescription": "用于订阅, 修改后系统会自动重启,请等待5s",
"subscriptionPathPlaceholder": "请输入",
"subscriptionProtocol": "订阅协议",
"wildcardResolution": "通配符解析",
Expand Down

0 comments on commit 4c67387

Please sign in to comment.