Skip to content

Commit

Permalink
fix: added text domain for more product in wc-functions.php file (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
shabnam611 authored and sabbir1991 committed Sep 28, 2018
1 parent fa413e2 commit 7e555ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/wc-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@ function dokan_split_profile_completion_value( $progress_values ) {
function dokan_set_more_from_seller_tab( $tabs ) {
if ( check_more_seller_product_tab() ) {
$tabs['more_seller_product'] = array(
'title' => __( 'More Products', 'dokan' ),
'title' => __( 'More Products', 'dokan-lite' ),
'priority' => 99,
'callback' => 'dokan_get_more_products_from_seller',
);
Expand Down

0 comments on commit 7e555ac

Please sign in to comment.