Skip to content

Commit

Permalink
Merge pull request #19 from actiontech/chore/global-setting-tooltips
Browse files Browse the repository at this point in the history
[chore]: Update tooltips text content in URL address prefix configuration
  • Loading branch information
anny1021 authored Oct 23, 2023
2 parents 4b7e135 + 5d9e053 commit 08d3f33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/base/src/locale/en-US/dmsSystem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export default {
operationRecordExpiredHours: '操作记录过期时间',
urlAddressPrefix: 'URL地址前缀',
urlAddressPrefixTips: '配置能访问sqle的url地址信息',
urlAddressFormatTips: '格式为 http(s)://ip:port'
urlAddressFormatTips: '格式为 http(s)://ip:port/sqle'
},

personalize: {
Expand Down
2 changes: 1 addition & 1 deletion packages/base/src/locale/zh-CN/dmsSystem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export default {
operationRecordExpiredHours: '操作记录过期时间',
urlAddressPrefix: 'URL地址前缀',
urlAddressPrefixTips: '配置能访问sqle的url地址信息',
urlAddressFormatTips: '格式为 http(s)://ip:port'
urlAddressFormatTips: '格式为 http(s)://ip:port/sqle'
},

personalize: {
Expand Down

0 comments on commit 08d3f33

Please sign in to comment.