diff --git a/apps/dokploy/components/shared/tag-filter.tsx b/apps/dokploy/components/shared/tag-filter.tsx
index a5eda4d44..a1ce6b413 100644
--- a/apps/dokploy/components/shared/tag-filter.tsx
+++ b/apps/dokploy/components/shared/tag-filter.tsx
@@ -1,4 +1,4 @@
-import { Filter } from "lucide-react";
+import { Tags } from "lucide-react";
import * as React from "react";
import { HandleTag } from "@/components/dashboard/settings/tags/tag-manager";
import { TagBadge } from "@/components/shared/tag-badge";
@@ -63,8 +63,8 @@ export function TagFilter({
size="sm"
className={cn("gap-2", selectedTags.length > 0 && "border-primary")}
>
-
- Filter by Tag
+
+ Tags
{selectedTags.length > 0 && (
{selectedTags.length}