--- a/src/eric7/MicroPython/MicroPythonWebreplDeviceInterface.py Thu May 04 17:34:24 2023 +0200 +++ b/src/eric7/MicroPython/MicroPythonWebreplDeviceInterface.py Thu May 04 17:54:22 2023 +0200 @@ -77,8 +77,8 @@ if password is None: password, ok = QInputDialog.getText( None, - self.tr("WebRepl Password"), - self.tr("Enter the WebRepl password:"), + self.tr("WebREPL Password"), + self.tr("Enter the WebREPL password:"), QLineEdit.EchoMode.Password, ) if not ok: @@ -97,7 +97,7 @@ if not ok: EricMessageBox.warning( None, - self.tr("WebRepl Login"), + self.tr("WebREPL Login"), self.tr( "The login to the selected device 'webrepl' failed. The given" " password may be incorrect."