From b628d52581a98c46654621e39a5be7d5f28f1b36 Mon Sep 17 00:00:00 2001 From: James Chang Date: Sun, 11 Apr 2021 16:17:54 -0400 Subject: [PATCH] Adjust titles associated with my-follows page (again) --- frontend/layouts/default.vue | 2 +- frontend/pages/my-follows.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/layouts/default.vue b/frontend/layouts/default.vue index f392dea..3e611d9 100644 --- a/frontend/layouts/default.vue +++ b/frontend/layouts/default.vue @@ -248,7 +248,7 @@ export default { }, { icon: 'mdi-account-switch', - title: 'Following', + title: 'Following Me', to: '/my-follows', }, ], diff --git a/frontend/pages/my-follows.vue b/frontend/pages/my-follows.vue index 9b9f734..e2f097d 100644 --- a/frontend/pages/my-follows.vue +++ b/frontend/pages/my-follows.vue @@ -25,10 +25,10 @@ export default { hiddenHeaders: ['user.id+user.name+user.avatar'], // override head: { - title: 'Following', + title: 'Following Me', }, icon: 'mdi-account-switch', - title: 'Following', + title: 'Following Me', } }, computed: {