mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
update tooltip
This commit is contained in:
parent
5f6138f05e
commit
a6c52c210c
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ export function WebsiteMetricsBar({ websiteId, showFilter = true, sticky }) {
|
|||
const WebsiteFilterButton = () => {
|
||||
return (
|
||||
<PopupTrigger>
|
||||
<TooltipPopup label={formatMessage(labels.addFilter)} position="top">
|
||||
<TooltipPopup label={formatMessage(labels.filter)} position="top">
|
||||
<Button>
|
||||
<Icon>
|
||||
<Icons.Plus />
|
||||
|
|
|
|||
Loading…
Reference in a new issue