Commit 2be1a774 authored by ibuler's avatar ibuler

[Update] 修改文案

parent 13f3846b
......@@ -201,7 +201,7 @@ class InteractiveServer:
def display_group_assets(self, _id):
if _id > len(self.asset_groups) or _id <= 0:
self.client.send(wr(warning("Not match group, select again")))
self.client.send(wr(warning("No matched group, select again")))
self.display_asset_groups()
return
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment