diff options
| author | Henry Jameson <me@hjkos.com> | 2019-05-14 22:38:16 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2019-05-14 22:48:44 +0300 |
| commit | 543604fd2d107d3c6b7123e5713ac923eb76f23c (patch) | |
| tree | d981ba4a7877689593a312c83c9d993187dc11ca /src/components/nav_panel | |
| parent | 2322610b62c8593e8ca71a2a8ae7057d4c39b480 (diff) | |
removed unused masto api, added initial version of interactions timeline
Diffstat (limited to 'src/components/nav_panel')
| -rw-r--r-- | src/components/nav_panel/nav_panel.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/nav_panel/nav_panel.vue b/src/components/nav_panel/nav_panel.vue index 7a7212fb..05097c45 100644 --- a/src/components/nav_panel/nav_panel.vue +++ b/src/components/nav_panel/nav_panel.vue @@ -9,7 +9,7 @@ </li> <li v-if='currentUser'> <router-link :to="{ name: 'mentions', params: { username: currentUser.screen_name } }"> - {{ $t("nav.mentions") }} + {{ $t("nav.interactions") }} </router-link> </li> <li v-if='currentUser'> |
