Oz Tiram %!s(int64=6) %!d(string=hai) anos
pai
achega
1011d927c0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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