summaryrefslogtreecommitdiffstats
path: root/ui/src/components/inbox.tsx
diff options
context:
space:
mode:
authorDessalines <happydooby@gmail.com>2019-06-02 19:46:35 -0700
committerDessalines <happydooby@gmail.com>2019-06-02 19:46:35 -0700
commit0a0c80fbbeac2342bacf68e0cd6c047a369ed742 (patch)
tree2c52cc84554c9d9953085235658f990424627428 /ui/src/components/inbox.tsx
parentc337f54a49fcb9dcf96e90f81783ba9817cc01a1 (diff)
parent73e8b3fcd8439d95bb671d67f8f862b4cb82cc74 (diff)
Merge branch 'dev'
Diffstat (limited to 'ui/src/components/inbox.tsx')
-rw-r--r--ui/src/components/inbox.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/components/inbox.tsx b/ui/src/components/inbox.tsx
index 69ddc44b..5fb7f874 100644
--- a/ui/src/components/inbox.tsx
+++ b/ui/src/components/inbox.tsx
@@ -49,7 +49,7 @@ export class Inbox extends Component<any, InboxState> {
}
componentDidMount() {
- document.title = `/u/${UserService.Instance.user.username} Inbox - Lemmy`;
+ document.title = `/u/${UserService.Instance.user.username} Inbox - ${WebSocketService.Instance.site.name}`;
}
render() {