summaryrefslogtreecommitdiffstats
path: root/ui/src/components/main.tsx
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-08-30 13:03:39 -0700
committerDessalines <tyhou13@gmx.com>2019-08-30 13:03:39 -0700
commitaa2344bc10d94e545124bd26dbadab196ddc7a5a (patch)
tree65c84b7e816d52165914ede3f88185a38266f1ec /ui/src/components/main.tsx
parent28d3207b23b3ed158d073d7684f676dcf067c231 (diff)
Changing link aggregator to social media aggregation.
Diffstat (limited to 'ui/src/components/main.tsx')
-rw-r--r--ui/src/components/main.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/components/main.tsx b/ui/src/components/main.tsx
index 513c75d0..48df1edd 100644
--- a/ui/src/components/main.tsx
+++ b/ui/src/components/main.tsx
@@ -264,7 +264,7 @@ export class Main extends Component<any, MainState> {
<a href={repoUrl}>Lemmy<sup>beta</sup></a>
</h5>
<p class="mb-0">
- <T i18nKey="landing_0">#<a href="https://en.wikipedia.org/wiki/Link_aggregation">#</a><a href="https://en.wikipedia.org/wiki/Fediverse">#</a><br></br><code>#</code><br></br><b>#</b><br></br><a href={repoUrl}>#</a><br></br><a href="https://www.rust-lang.org">#</a><a href="https://actix.rs/">#</a><a href="https://infernojs.org">#</a><a href="https://www.typescriptlang.org/">#</a>
+ <T i18nKey="landing_0">#<a href="https://en.wikipedia.org/wiki/Social_network_aggregation">#</a><a href="https://en.wikipedia.org/wiki/Fediverse">#</a><br></br><code>#</code><br></br><b>#</b><br></br><a href={repoUrl}>#</a><br></br><a href="https://www.rust-lang.org">#</a><a href="https://actix.rs/">#</a><a href="https://infernojs.org">#</a><a href="https://www.typescriptlang.org/">#</a>
</T>
</p>
</div>