We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 941c912 commit 0dd92feCopy full SHA for 0dd92fe
src/ui/views/RepoDetails/Components/ConfirmDeleteRepo.tsx
@@ -36,8 +36,8 @@ const ConfirmDeleteRepo: React.FC<ConfirmDeleteRepoProps> = ({
36
<DialogTitle>Delete Repository</DialogTitle>
37
<DialogContent>
38
<DialogContentText>
39
- This action cannot be undone. This will permanently delete the repository{' '}
40
- <strong>{repoName}</strong> repository.
+ This action cannot be undone. This will permanently delete the <strong>{repoName}</strong>{' '}
+ repository.
41
</DialogContentText>
42
<DialogContentText style={{ marginTop: '16px', marginBottom: '8px' }}>
43
Please type <strong>{repoName}</strong> to confirm:
0 commit comments