aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-routing.module.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-07-29 13:46:52 +0200
committerChocobozzz <chocobozzz@cpy.re>2020-07-31 11:35:19 +0200
commit41130b4ce3b925170b03d9d94c46691be66ecf51 (patch)
treea365b72a671d4459b8cd08be89c744988d0a84e9 /client/src/app/+my-account/my-account-routing.module.ts
parent668b7f096ead74d6e7692944a026c936f581dae8 (diff)
downloadPeerTube-41130b4ce3b925170b03d9d94c46691be66ecf51.tar.gz
PeerTube-41130b4ce3b925170b03d9d94c46691be66ecf51.tar.zst
PeerTube-41130b4ce3b925170b03d9d94c46691be66ecf51.zip
Fix tests
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.ts2
1 files changed, 1 insertions, 1 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 0a4897d07..48237e133 100644
--- a/client/src/app/+my-account/my-account-routing.module.ts
+++ b/client/src/app/+my-account/my-account-routing.module.ts
@@ -169,7 +169,7 @@ const myAccountRoutes: Routes = [
169 component: MyAccountAbusesListComponent, 169 component: MyAccountAbusesListComponent,
170 data: { 170 data: {
171 meta: { 171 meta: {
172 title: 'My abuses' 172 title: 'My abuse reports'
173 } 173 }
174 } 174 }
175 } 175 }