Recent collections label for home page.

This commit is contained in:
Mateus Machado Luna 2019-06-27 14:35:53 -03:00
parent 3df60abead
commit b01e399504
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -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' ),