Fixes label for mappers on collections list.

This commit is contained in:
mateuswetah 2023-09-25 10:06:17 -03:00
parent 4959a7dd7b
commit c1b133a5f8
2 changed files with 4 additions and 4 deletions

View File

@ -235,17 +235,17 @@
<router-link
tag="a"
:to="{ path: $routerHelper.getCollectionMappersPath(collection.id) }"
:aria-label="$i18n.get('label_collection_mappers')">
:aria-label="$i18n.get('mappers')">
<span
v-tooltip.bottom="{
content: $i18n.getFrom('mappers'),
content: $i18n.get('mappers'),
autoHide: true,
popperClass: ['tainacan-tooltip', 'tooltip']
}"
class="icon">
<i class="tainacan-icon tainacan-icon-1-25em tainacan-icon-processes tainacan-icon-rotate-90"/>
</span>
<!-- <span class="menu-text">{{ $i18n.getFrom('mappers') }}</span> -->
<!-- <span class="menu-text">{{ $i18n.get('mappers') }}</span> -->
</router-link>
</li>
<li v-if="$userCaps.hasCapability('tnc_rep_read_logs') && !$adminOptions.hideHomeCollectionActivitiesButton">

View File

@ -95,7 +95,7 @@
<router-link
tag="a"
:to="{ path: collection && collection.id ? $routerHelper.getCollectionMappersPath(collection.id) : ''}"
:aria-label="$i18n.get('label_collection_mappers')">
:aria-label="$i18n.get('mappers')">
<span class="icon">
<i class="tainacan-icon tainacan-icon-1-25em tainacan-icon-processes tainacan-icon-rotate-90"/>
</span>