mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 08:37:13 +01: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 = () => {
|
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…
Add table
Add a link
Reference in a new issue