From c4e30737a4352cfd0a7b82963eb64b553200a368 Mon Sep 17 00:00:00 2001 From: Bai Date: Mon, 27 May 2024 11:34:53 +0800 Subject: [PATCH] perf: i18n bai --- apps/settings/serializers/tool.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/apps/settings/serializers/tool.py b/apps/settings/serializers/tool.py index 731ea955d..e7feed2ec 100644 --- a/apps/settings/serializers/tool.py +++ b/apps/settings/serializers/tool.py @@ -10,6 +10,9 @@ class ToolSerializer(serializers.Serializer): PREFIX_TITLE = _('Tool') TOOL_USER_ENABLED = serializers.BooleanField( - label=_('User tool'), default=True, - help_text=_("If enabled, users can utilize all tools in the workspace") + label=_('Tools in the Workbench'), default=True, + help_text=_( + "*! If enabled, users with RBAC permissions will be able to utilize all " + "tools in the workbench" + ) ) \ No newline at end of file