mirror of
https://github.com/directus/directus.git
synced 2026-04-03 03:00:39 -04:00
Fix missing and wrong translations (#9537)
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user