From ccfbd6afe7776055c70043186ded1e793c3ea4a4 Mon Sep 17 00:00:00 2001 From: Luna Date: Wed, 24 Jul 2024 15:44:12 +0530 Subject: [PATCH] skip line for xgetext --- node_modules | 2 +- src/upload-button.tsx | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) 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("/"), )}