fixed literal

This commit is contained in:
Adolfo Gómez García 2020-01-28 16:05:37 +01:00
parent 3fafef3b41
commit 08c15b6f60

View File

@ -123,7 +123,7 @@ class UDSConfigDialog(QDialog):
QMessageBox.information( QMessageBox.information(
self, self,
'UDS Test', 'UDS Test',
'Current configured token seems to be invalid for {}. Please, request e new one.'.format(config.host), 'Current configured token seems to be invalid for {}. Please, request a new one.'.format(config.host),
QMessageBox.Ok QMessageBox.Ok
) )
else: else: