Rename help translation keys

This commit is contained in:
rijkvanzanten
2020-10-14 16:07:50 -04:00
parent 6fd78b90ee
commit 047d2b6d97
14 changed files with 26 additions and 26 deletions

View File

@@ -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>

View File

@@ -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" />