mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
New Client: english translations and misc fixes (#8410)
* misc fixes and add english translations * add tests
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
<template lang="pug">
|
||||
.row
|
||||
|
||||
.sixteen.wide.column
|
||||
.ui.secondary.menu
|
||||
a.item
|
||||
router-link(:to="{ name: 'tavern' }")
|
||||
router-link.item(to="/social/tavern")
|
||||
| Tavern
|
||||
a.item
|
||||
router-link(:to="{ name: 'inbox' }")
|
||||
router-link.item(to="/social/inbox")
|
||||
| Inbox
|
||||
|
||||
.sixteen.wide.column
|
||||
|
||||
Reference in New Issue
Block a user