diff --git a/node_modules b/node_modules index 370c98aa1..e7896d880 160000 --- a/node_modules +++ b/node_modules @@ -1 +1 @@ -Subproject commit 370c98aa1c9daf0cf5da3d36ac15a2aa69a21e4f +Subproject commit e7896d8800c69f9569a0a6cedf1b5eee5f88e6c4 diff --git a/src/upload-button.tsx b/src/upload-button.tsx index b74618cb3..c6c396a45 100644 --- a/src/upload-button.tsx +++ b/src/upload-button.tsx @@ -111,9 +111,7 @@ const FileConflictDialog = ({ >

{cockpit.format( - _( - 'A file with the same name already exists in "$0". Replacing it will overwrite its content.', - ), + _('A file with the same name already exists in "$0". Replacing it will overwrite its content.'), // biome-ignore format: don't break gettext path.join("/"), )}