fix: Action tips translate

This commit is contained in:
wangruidong
2025-07-17 11:32:49 +08:00
committed by Bryan
parent 6c374cb41f
commit 6095c9865f
2 changed files with 55 additions and 42 deletions

View File

@@ -15,7 +15,7 @@ class ActionChoices(BitChoices):
copy = bit(4), _("Copy (RDP, VNC)")
paste = bit(5), _("Paste (RDP, VNC)")
delete = bit(6), _("Delete (SFTP)")
share = bit(7), _("Share (SSH)")
share = bit(7), _("Share (Web SSH, Web RDP, Web VNC)")
@classmethod
def is_tree(cls):