fix merged format and label typo
This commit is contained in:
parent
6ec1f2a200
commit
c55a87538a
|
@ -266,10 +266,10 @@ 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' ),
|
||||
'label_exposer_mapper_values' => __( 'Values only, no metadata scheme' ),
|
||||
'label_exposer' => __( 'exposer' ),
|
||||
'label_mapper' => __( 'mapper' ),
|
||||
'label_exposer_urls' => __( 'Exposer URLs' ),
|
||||
'label_exposer_mapper_values' => __( 'values only, no metadata scheme' ),
|
||||
'label_exposer' => __( 'exposer' ),
|
||||
'label_mapper' => __( 'mapper' ),
|
||||
'label_no_details_of_process' => __( 'There are no details about this process', 'tainacan' ),
|
||||
'label_queued_on' => __( 'Queued on:', 'tainacan' ),
|
||||
'label_last_processed_on' => __( 'Last processed on:', 'tainacan' ),
|
||||
|
@ -279,10 +279,10 @@ return apply_filters( 'tainacan-admin-i18n', [
|
|||
'label_max_options_to_show' => __( 'Max options to show', 'tainacan' ),
|
||||
'label_unamed_process' => __( 'Unamed process', 'tainacan' ),
|
||||
'label_import_collection' => __( 'Import collection', 'tainacan' ),
|
||||
'label_semantic_uri' => __( 'Semantic Uri', 'tainacan' ),
|
||||
'label_semantic_uri' => __( 'Semantic Uri', 'tainacan' ),
|
||||
'label_view_collection' => __( 'View collection', 'tainacan' ),
|
||||
'label_view_more' => __( 'View more', 'tainacan' ),
|
||||
'label_log_file' => __( 'Log file', 'tainacan' ),
|
||||
'label_view_more' => __( 'View more', 'tainacan' ),
|
||||
'label_log_file' => __( 'Log file', 'tainacan' ),
|
||||
'label_error_log_file' => __( 'Error Log file', 'tainacan' ),
|
||||
|
||||
// Instructions. More complex sentences to guide user and placeholders
|
||||
|
|
Loading…
Reference in New Issue