mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Rename help translation keys
This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
|
||||
<v-divider />
|
||||
|
||||
<div class="page-description" v-html="marked($t('page_help_files_detail'))" />
|
||||
<div class="page-description" v-html="marked($t('page_help_files_item'))" />
|
||||
</drawer-detail>
|
||||
</template>
|
||||
|
||||
|
||||
@@ -128,7 +128,7 @@
|
||||
|
||||
<template #drawer>
|
||||
<drawer-detail icon="info_outline" :title="$t('information')" close>
|
||||
<div class="page-description" v-html="marked($t('page_help_files_browse'))" />
|
||||
<div class="page-description" v-html="marked($t('page_help_files_collection'))" />
|
||||
</drawer-detail>
|
||||
<layout-drawer-detail @input="layout = $event" :value="layout" />
|
||||
<portal-target name="drawer" />
|
||||
|
||||
Reference in New Issue
Block a user