aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-routing.module.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-10-16 11:51:28 +0200
committerChocobozzz <me@florianbigard.com>2018-10-16 16:41:36 +0200
commit92ea70a782181b987b3547a0d5816e314efb5112 (patch)
tree6ae1fd2c90ffadf7d6c1a3b872eb63876498600f /client/src/app/+my-account/my-account-routing.module.ts
parent26370ce469913f48b1c10b91d68ac8cb67586ce1 (diff)
downloadPeerTube-92ea70a782181b987b3547a0d5816e314efb5112.tar.gz
PeerTube-92ea70a782181b987b3547a0d5816e314efb5112.tar.zst
PeerTube-92ea70a782181b987b3547a0d5816e314efb5112.zip
Fix code typos
Diffstat (limited to 'client/src/app/+my-account/my-account-routing.module.ts')
-rw-r--r--client/src/app/+my-account/my-account-routing.module.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/+my-account/my-account-routing.module.ts b/client/src/app/+my-account/my-account-routing.module.ts
index 49f9c94a7..601e517b4 100644
--- a/client/src/app/+my-account/my-account-routing.module.ts
+++ b/client/src/app/+my-account/my-account-routing.module.ts
@@ -102,7 +102,7 @@ const myAccountRoutes: Routes = [
102 component: MyAccountBlocklistComponent, 102 component: MyAccountBlocklistComponent,
103 data: { 103 data: {
104 meta: { 104 meta: {
105 title: 'Accounts blocklist' 105 title: 'Muted accounts'
106 } 106 }
107 } 107 }
108 }, 108 },
@@ -111,7 +111,7 @@ const myAccountRoutes: Routes = [
111 component: MyAccountServerBlocklistComponent, 111 component: MyAccountServerBlocklistComponent,
112 data: { 112 data: {
113 meta: { 113 meta: {
114 title: 'Instances blocklist' 114 title: 'Muted instances'
115 } 115 }
116 } 116 }
117 } 117 }