fix: 优化编排删除提示信息 (#902)

pull/904/head
ssongliu 2 years ago committed by GitHub
parent 1b2edbb79a
commit 6ca3deeac1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -548,7 +548,8 @@ const message = {
composeHelper:
'The composition created through 1Panel editor or template will be saved in the {0}/docker/compose directory.',
deleteFile: 'Delete file',
deleteComposeHelper: 'Delete the corresponding composition file.',
deleteComposeHelper:
'Delete all files in the directory where the compose file is located, including persistent files in that directory. Please be cautious when performing this operation.',
deleteCompose: '" Delete this composition.',
apps: 'Apps',
local: 'Local',

@ -565,7 +565,7 @@ const message = {
composePathHelper: ': {0}',
composeHelper: ' 1Panel {0}/docker/compose ',
deleteFile: '',
deleteComposeHelper: '',
deleteComposeHelper: '',
deleteCompose: '" ',
apps: '',
local: '',

Loading…
Cancel
Save