aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+about/about-routing.module.ts
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-11-12 21:09:17 +0100
committerRigel Kent <sendmemail@rigelk.eu>2020-11-12 21:09:28 +0100
commitdc5bb5cea5bf7e906caa6d9c5468e6de36e605de (patch)
tree9176c9f6d2f508a11ea444cef8105840486960c6 /client/src/app/+about/about-routing.module.ts
parent501af82d999a79e277f87794f6296d0e3495775c (diff)
downloadPeerTube-dc5bb5cea5bf7e906caa6d9c5468e6de36e605de.tar.gz
PeerTube-dc5bb5cea5bf7e906caa6d9c5468e6de36e605de.tar.zst
PeerTube-dc5bb5cea5bf7e906caa6d9c5468e6de36e605de.zip
reword unclear sentences, check for grammar
fixes #3222
Diffstat (limited to 'client/src/app/+about/about-routing.module.ts')
-rw-r--r--client/src/app/+about/about-routing.module.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+about/about-routing.module.ts b/client/src/app/+about/about-routing.module.ts
index 828b2884c..96a737555 100644
--- a/client/src/app/+about/about-routing.module.ts
+++ b/client/src/app/+about/about-routing.module.ts
@@ -44,7 +44,7 @@ const aboutRoutes: Routes = [
44 component: AboutFollowsComponent, 44 component: AboutFollowsComponent,
45 data: { 45 data: {
46 meta: { 46 meta: {
47 title: $localize`About follows` 47 title: $localize`About this instance's network`
48 } 48 }
49 } 49 }
50 } 50 }