Skip to content

Commit 62ecc1c

Browse files
committed
Rename Unique to site to No certificate
1 parent cd82215 commit 62ecc1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ui/UiWebsocket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ def cbCertAddConfirm(self, to, domain, auth_type, auth_user_name, cert):
689689
# Select certificate for site
690690
def actionCertSelect(self, to, accepted_domains=[], accept_any=False):
691691
accounts = []
692-
accounts.append(["", _["Unique to site"], ""]) # Default option
692+
accounts.append(["", _["No certificate"], ""]) # Default option
693693
active = "" # Make it active if no other option found
694694

695695
# Add my certs

0 commit comments

Comments
 (0)