Recent collections label for home page.
This commit is contained in:
parent
3df60abead
commit
b01e399504
|
@ -118,7 +118,7 @@
|
|||
<i class="tainacan-icon tainacan-icon-collections"/>
|
||||
</router-link>
|
||||
</div>
|
||||
<h1>{{ $i18n.get('collections') }}</h1>
|
||||
<h1>{{ $i18n.get('label_recent_collections') }}</h1>
|
||||
<router-link
|
||||
tag="a"
|
||||
to="/collections">
|
||||
|
|
|
@ -414,6 +414,7 @@ return apply_filters( 'tainacan-admin-i18n', [
|
|||
'label_table_of_items' => __( 'Table of Items', 'tainacan' ),
|
||||
'label_duplicate_item' => __( 'Duplicate item', 'tainacan' ),
|
||||
'label_create_another_item' => __( 'Create another item', 'tainacan' ),
|
||||
'label_recent_collections' => __( 'Recent Collections', 'tainacan' ),
|
||||
|
||||
// Instructions. More complex sentences to guide user and placeholders
|
||||
'instruction_delete_selected_collections' => __( 'Delete selected collections', 'tainacan' ),
|
||||
|
|
Loading…
Reference in New Issue