We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7a3a8e commit 9ff307bCopy full SHA for 9ff307b
src/renderer/components/TagFolderRow.tsx
@@ -147,7 +147,7 @@ const TagFolderRow: React.FC<FolderProps> = ({
147
onClick={() => {
148
setConfirmation({
149
title: 'Delete connections?',
150
- text: `All connections with tag ${folderName} will be deleted:`,
+ text: `All connections with tag ${folderName} will be deleted.`,
151
onClose: () => setConfirmation(null),
152
onConfirm: () => {
153
setConfirmation(null);
0 commit comments