Oz Tiram преди 6 години
родител
ревизия
1011d927c0
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      pwman/ui/cli.py

+ 1 - 1
pwman/ui/cli.py

@@ -92,7 +92,7 @@ def get_ui_platform(platform):  # pragma: no cover
 def check_version(version, client_info):
     _, latest = is_latest_version(version, client_info)
     if not latest:
-        print("A newer version of Pwman3 was release, you should consider updating")  # noqa
+        print("A newer version of Pwman3 was released, you should consider updating")  # noqa
     return latest