Skip to content

Commit

Permalink
fix: default port
Browse files Browse the repository at this point in the history
  • Loading branch information
lulu-tro committed Dec 27, 2024
1 parent 8ed9bbd commit 2844393
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/locale/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ const en_US = {
validate_file_blacklist_cid2: 'Please enter a valid CID.',
file_blacklist_title: 'Blacklist Content',
file_blacklist_desc: 'Add the CIDs of the content to be blacklisted here, one per line.',
file_blacklist_desc2: 'Content listed in the blacklist will be inaccessible via the BTFSGateway (port 8080).',
file_blacklist_desc2: 'Content listed in the blacklist will be inaccessible via the BTFSGateway (default port 8080).',
file_blacklist_cid_placeholder:'No file blacklist has been added yet.',
lock_success:'Account Locked Successfully'

Expand Down
2 changes: 1 addition & 1 deletion src/locale/zh.js
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ const zh_CN = {
validate_file_blacklist_cid2: '请输入有效的 CID。',
file_blacklist_title: '黑名单内容',
file_blacklist_desc: '请在此处输入需列入黑名单的 CID,每行一个。',
file_blacklist_desc2: '被列入黑名单的内容将无法通过 BTFSGateway(端口 8080)访问。',
file_blacklist_desc2: '被列入黑名单的内容将无法通过 BTFSGateway(默认端口 8080)访问。',
file_blacklist_cid_placeholder:'还未添加过文件黑名单',
lock_success:'账户锁定成功'

Expand Down

0 comments on commit 2844393

Please sign in to comment.