aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-routing.module.ts
diff options
context:
space:
mode:
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 }