mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 06:47:20 +08:00
fix: 优化描述
This commit is contained in:
@@ -501,7 +501,7 @@ const handlePaste = () => {
|
||||
window.$dialog.warning({
|
||||
title: $gettext('Warning'),
|
||||
content: $gettext(
|
||||
'There are items with the same name. %{ items } Do you want to overwrite?',
|
||||
'There are items with the same name %{ items } Do you want to overwrite?',
|
||||
{
|
||||
items: `${paths
|
||||
.filter((item) => item.force)
|
||||
|
||||
@@ -127,7 +127,7 @@ const handlePaste = () => {
|
||||
window.$dialog.warning({
|
||||
title: $gettext('Warning'),
|
||||
content: $gettext(
|
||||
'There are items with the same name. %{ items } Do you want to overwrite?',
|
||||
'There are items with the same name %{ items } Do you want to overwrite?',
|
||||
{
|
||||
items: `${paths
|
||||
.filter((item) => item.force)
|
||||
|
||||
Reference in New Issue
Block a user