Skip to content

Commit 9ff307b

Browse files
author
Alex Fornuto
authored
Update confirmation punctuation. (#78)
As requested in https://github.com/pomerium/internal/issues/724#issuecomment-1009544781
1 parent f7a3a8e commit 9ff307b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/components/TagFolderRow.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ const TagFolderRow: React.FC<FolderProps> = ({
147147
onClick={() => {
148148
setConfirmation({
149149
title: 'Delete connections?',
150-
text: `All connections with tag ${folderName} will be deleted:`,
150+
text: `All connections with tag ${folderName} will be deleted.`,
151151
onClose: () => setConfirmation(null),
152152
onConfirm: () => {
153153
setConfirmation(null);

0 commit comments

Comments
 (0)