Skip to content

Commit

Permalink
Adjust titles associated with my-follows page (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
big213 committed Apr 11, 2021
1 parent c44096f commit b628d52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ export default {
},
{
icon: 'mdi-account-switch',
title: 'Following',
title: 'Following Me',
to: '/my-follows',
},
],
Expand Down
4 changes: 2 additions & 2 deletions frontend/pages/my-follows.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit b628d52

Please sign in to comment.