2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 06:47:20 +08:00

fix: 优化描述

This commit is contained in:
2025-09-26 21:38:08 +08:00
parent 1724229661
commit e8292f3c52
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -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)