Skip to content

Commit

Permalink
Fix text domain
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcernis committed Sep 13, 2018
1 parent 2ee7307 commit 6cee917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/views/widget/portfolio.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@

if ( ! empty( $instance['show_title'] ) ) {

$title = get_the_title() ? get_the_title() : __( '(no title)', 'genesis' );
$title = get_the_title() ? get_the_title() : __( '(no title)', 'genesis-portfolio-pro' );

$heading = genesis_a11y( 'headings' ) ? 'h4' : 'h2';

Expand Down

0 comments on commit 6cee917

Please sign in to comment.