mirror of
https://github.com/umami-software/umami.git
synced 2026-02-06 21:57:16 +01:00
Render correct OS names.
This commit is contained in:
parent
c8eb76c7af
commit
e67282d7d8
2 changed files with 9 additions and 8 deletions
|
|
@ -15,12 +15,7 @@ export function SettingsButton() {
|
|||
<Icons.Gear />
|
||||
</Icon>
|
||||
</Button>
|
||||
<Popup
|
||||
className={styles.popup}
|
||||
position="bottom"
|
||||
alignment="end"
|
||||
onClick={e => e.stopPropagation()}
|
||||
>
|
||||
<Popup className={styles.popup} position="bottom" alignment="end">
|
||||
<Form>
|
||||
<FormRow label={formatMessage(labels.timezone)}>
|
||||
<TimezoneSetting />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue