fix group create translation key

This commit is contained in:
xenos
2026-07-16 15:10:20 +02:00
parent cea4ece698
commit 809a95c729
+2 -2
View File
@@ -581,11 +581,11 @@ export function GroupManagementDialog({
setCreateDialogOpen(true);
}}
className="flex shrink-0 items-center gap-2"
aria-label={t("proxies.management.create")}
aria-label={t("common.buttons.create")}
>
<GoPlus className="size-4" />
<span className="hidden @2xl:inline">
{t("proxies.management.create")}
{t("common.buttons.create")}
</span>
</RippleButton>
</div>