src/eric7/MicroPython/MicroPythonWebreplDeviceInterface.py

branch
mpy_network
changeset 10016
8db27a64d434
parent 10012
d649d500a9a1
child 10019
e56089d00750
--- 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."

eric ide

mercurial