mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-01 20:39:44 +01:00
update tooltip
This commit is contained in:
parent
5f6138f05e
commit
a6c52c210c
@ -71,7 +71,7 @@ export function WebsiteMetricsBar({ websiteId, showFilter = true, sticky }) {
|
|||||||
const WebsiteFilterButton = () => {
|
const WebsiteFilterButton = () => {
|
||||||
return (
|
return (
|
||||||
<PopupTrigger>
|
<PopupTrigger>
|
||||||
<TooltipPopup label={formatMessage(labels.addFilter)} position="top">
|
<TooltipPopup label={formatMessage(labels.filter)} position="top">
|
||||||
<Button>
|
<Button>
|
||||||
<Icon>
|
<Icon>
|
||||||
<Icons.Plus />
|
<Icons.Plus />
|
||||||
|
Loading…
Reference in New Issue
Block a user