Skip to content

Commit 943b28f

Browse files
louiswol94ramiy
andauthored
Update src/js/components/Import/FromFileUpload/components/DuplicateActionSelector.tsx
Co-authored-by: Rami Yushuvaev <rami@codesnippets.pro>
1 parent 048a978 commit 943b28f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/components/Import/FromFileUpload/components/DuplicateActionSelector.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const DuplicateActionSelector: React.FC<DuplicateActionSelectorProps> = (
1616
return (
1717
<ImportCard>
1818
<h2 style={{ margin: '0 0 1em 0' }}>{__('Duplicate Snippets', 'code-snippets')}</h2>
19-
<p className="description" style={{ marginBottom: '1em' }}>
19+
<p className="description" style={{ marginBlockEnd: '1em' }}>
2020
{__('What should happen if an existing snippet is found with an identical name to an imported snippet?', 'code-snippets')}
2121
</p>
2222

0 commit comments

Comments
 (0)