Skip to content
Snippets Groups Projects
Commit 11442f81 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

[Darlan] Fix typo

parent 3694c868
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ class FeaturesWindow:
# {name: (available_function, unix_text, windows_text)}
self.features = {
_('SSL certificat validation'): (self.pyopenssl_available,
_('SSL certificate validation'): (self.pyopenssl_available,
_('A library used to validate server certificates to ensure a secure connection.'),
_('Requires python-pyopenssl.'),
_('Requires python-pyopenssl.')),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment