Skip to content

Commit

Permalink
fix: add comma for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
anfragment committed Dec 5, 2023
1 parent 68f0e90 commit 1d09755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/SettingsManager/UninstallCADialog/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export function UninstallCADialog({ proxyState }: UninstallCADialogProps) {
<p>
This can be useful if:
<ul>
<li>You want to uninstall Zen completely</li>
<li>You want to uninstall Zen completely.</li>
<li>
You suspect that your CA installation is malfunctioning. This issue may manifest as a browser error when
visiting HTTPS websites, or as other applications being unable to connect to the internet.
Expand Down

0 comments on commit 1d09755

Please sign in to comment.