From 50dfcefc9564baa896de8b3f1efbcc61de7054f3 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sun, 28 Apr 2019 19:05:11 -0700 Subject: Changing from forum to community - Fixes #121 --- ui/src/components/communities.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ui/src/components/communities.tsx') diff --git a/ui/src/components/communities.tsx b/ui/src/components/communities.tsx index b5233c22..1b4ec70f 100644 --- a/ui/src/components/communities.tsx +++ b/ui/src/components/communities.tsx @@ -45,7 +45,7 @@ export class Communities extends Component { } componentDidMount() { - document.title = "Forums - Lemmy"; + document.title = "Communities - Lemmy"; let table = document.querySelector('#community_table'); Sortable.initTable(table); } @@ -56,7 +56,7 @@ export class Communities extends Component { {this.state.loading ?
:
-
Forums
+
Communities
@@ -73,7 +73,7 @@ export class Communities extends Component { {this.state.communities.map(community => - + -- cgit v1.2.3
{community.name}{community.name} {community.title} {community.category_name} {community.number_of_subscribers}