Skip to content

Commit

Permalink
skip line for xgetext
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunarequest committed Jul 24, 2024
1 parent 268b306 commit 6958147
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion node_modules
6 changes: 2 additions & 4 deletions src/upload-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,8 @@ const FileConflictDialog = ({
}
>
<p>
{cockpit.format(
_(
'A file with the same name already exists in "$0". Replacing it will overwrite its content.',
),
{cockpit.format(
_("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("/"),
)}
</p>
Expand Down

0 comments on commit 6958147

Please sign in to comment.