Merge branch 'exposer_urls' into export
This commit is contained in:
commit
38f359e84a
|
@ -83,7 +83,9 @@
|
|||
<p v-if="attachmentsList.length <= 0"><br>{{ $i18n.get('info_no_attachments_on_item_yet') }}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="section-label">
|
||||
<label>{{ $i18n.get('label_exposer_urls') }}</label>
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
v-show="!isMetadataColumnCompressed"
|
||||
|
|
|
@ -257,6 +257,7 @@ return apply_filters( 'tainacan-admin-i18n', [
|
|||
'label_update' => __( 'Update', 'tainacan' ),
|
||||
'label_mapper_metadata' => __( 'Mapper Metadata', 'tainacan' ),
|
||||
'label_add_more_mapper_metadata' => __( 'Add more mapper\'s metadata', 'tainacan' ),
|
||||
'label_exposer_urls' => __( 'Exposer URLs' ),
|
||||
|
||||
// Instructions. More complex sentences to guide user and placeholders
|
||||
'instruction_delete_selected_collections' => __( 'Delete selected collections', 'tainacan' ),
|
||||
|
|
Loading…
Reference in New Issue