Fix missing and wrong translations (#9537)

This commit is contained in:
Adrian Dimitrov
2021-11-05 09:30:59 -07:00
committed by GitHub
parent 2ff2f93028
commit b8fabe46f2
5 changed files with 23 additions and 16 deletions

View File

@@ -122,8 +122,8 @@
<div class="spacer"></div>
<v-item-group v-model="view" class="view" mandatory rounded>
<v-button x-small value="editor">Editor</v-button>
<v-button x-small value="preview">Preview</v-button>
<v-button x-small value="editor">{{ t('interfaces.input-rich-text-md.editor') }}</v-button>
<v-button x-small value="preview">{{ t('interfaces.input-rich-text-md.preview') }}</v-button>
</v-item-group>
</div>