mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
fix: About label not translated on About page, fix #328
This commit is contained in:
parent
61951a20e5
commit
dad65e140e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
v-container
|
||||
v-card
|
||||
v-card-text(v-if='$auth.user && $auth.user.is_admin')
|
||||
Editor.px-3.ma-0(v-model='about' label="About")
|
||||
Editor.px-3.ma-0(v-model='about' :label="$t('common.about')")
|
||||
v-card-text(v-else v-html='about')
|
||||
v-card-actions(v-if='$auth.user && $auth.user.is_admin')
|
||||
v-spacer
|
||||
|
|
Loading…
Reference in a new issue