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