We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c1ea95 commit 4cfba45Copy full SHA for 4cfba45
site/src/pages/TemplatePage/TemplateInsightsPage/WeeklyPresetsMenu.tsx
@@ -35,7 +35,7 @@ export const WeeklyPresetsMenu = ({
35
onClick={() => setOpen(true)}
36
endIcon={<ExpandMoreOutlined />}
37
>
38
- {value} weeks ago
+ Last {value} weeks
39
</Button>
40
<Menu
41
id="interval-menu"
@@ -64,7 +64,7 @@ export const WeeklyPresetsMenu = ({
64
handleClose();
65
}}
66
67
- {numberOfWeeks} weeks ago
+ Last {numberOfWeeks} weeks
68
<Box css={{ width: 16, height: 16 }}>
69
{value === numberOfWeeks && (
70
<CheckOutlined css={{ width: 16, height: 16 }} />
0 commit comments