Update TorRelaySettings.py

Signed-off-by: Loren Eteval <loren.eteval@proton.me>
This commit is contained in:
Loren Eteval
2023-09-07 00:15:55 +08:00
parent 5bb9ebee63
commit 653b4247c1
+1 -1
View File
@@ -127,7 +127,7 @@ class TorRelaySettingsWidget(Translatable, SupportConnectedCallback, QDialog):
self.torLogLevelComboBox.addItems(TorRelaySettingsWidget.TOR_LOG_LEVEL)
self.torRelayTimeoutLabel = Label(
_('Relay Establish Timeout(seconds)'), parent=self
_('Relay Establish Timeout (seconds)'), parent=self
)
self.torRelayTimeoutSpinBox = QSpinBox(parent=self)