mirror of
https://github.com/umami-software/umami.git
synced 2026-02-13 17:15:37 +01:00
Updated page titles.
This commit is contained in:
parent
39f630400f
commit
a7e6c32460
10 changed files with 18 additions and 22 deletions
|
|
@ -6,7 +6,7 @@ import useMessages from 'hooks/useMessages';
|
|||
export default function ProfilePage() {
|
||||
const { formatMessage, labels } = useMessages();
|
||||
return (
|
||||
<AppLayout title={formatMessage(labels.profile)}>
|
||||
<AppLayout title={`${formatMessage(labels.settings)} - ${formatMessage(labels.profile)}`}>
|
||||
<SettingsLayout>
|
||||
<ProfileSettings />
|
||||
</SettingsLayout>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue