Web:Common:FilterInput: fix ClearAll translation key

This commit is contained in:
TimofeyBoyko 2022-09-13 18:06:55 +03:00
parent fff60dcdd6
commit 7c47679796

View File

@ -174,7 +174,7 @@ const FilterInput = React.memo(
type="action"
onClick={() => onFilter([])}
>
{t("ClearAll")}
{t("Common:ClearAll")}
</Link>
)}
</div>