mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 10:02:46 +00:00
fix: remove unnecessary colon from delete confirmation title
--bug=1058125 --user=刘瑞斌 【工具】删除工具二次提示多了个冒号 https://www.tapd.cn/62980211/s/1724338
This commit is contained in:
parent
181173e2a5
commit
ccd4bdd888
|
|
@ -17,7 +17,7 @@ export default {
|
|||
searchResult: '的搜索结果 {count} 个',
|
||||
},
|
||||
delete: {
|
||||
confirmTitle: '是否刪除工具:',
|
||||
confirmTitle: '是否刪除工具',
|
||||
confirmMessage: '删除后,引用了该工具的应用提问时会报错 ,请谨慎操作。',
|
||||
},
|
||||
disabled: {
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ export default {
|
|||
saveMessage: '當前的更改尚未保存,確認退出嗎?',
|
||||
},
|
||||
delete: {
|
||||
confirmTitle: '是否刪除工具:',
|
||||
confirmTitle: '是否刪除工具',
|
||||
confirmMessage: '刪除後,引用該函數的應用在查詢時會報錯,請謹慎操作。',
|
||||
},
|
||||
disabled: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue