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 ccfbd6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion node_modules
4 changes: 1 addition & 3 deletions src/upload-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,7 @@ const FileConflictDialog = ({
>
<p>
{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("/"),
)}
</p>
Expand Down

0 comments on commit ccfbd6a

Please sign in to comment.