mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 23:57:12 +01:00
Updated page titles.
This commit is contained in:
parent
39f630400f
commit
a7e6c32460
10 changed files with 18 additions and 22 deletions
|
|
@ -14,7 +14,7 @@ export default function TeamDetailPage({ disabled }) {
|
|||
}
|
||||
|
||||
return (
|
||||
<AppLayout title={formatMessage(labels.users)}>
|
||||
<AppLayout title={`${formatMessage(labels.settings)} - ${formatMessage(labels.users)}`}>
|
||||
<SettingsLayout>
|
||||
<UserSettings userId={id} />
|
||||
</SettingsLayout>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ export default function UsersPage({ disabled }) {
|
|||
}
|
||||
|
||||
return (
|
||||
<AppLayout title={formatMessage(labels.users)}>
|
||||
<AppLayout title={`${formatMessage(labels.settings)} - ${formatMessage(labels.users)}`}>
|
||||
<SettingsLayout>
|
||||
<UsersList />
|
||||
</SettingsLayout>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue