Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Fixed mismatched text domains
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdiyazdani committed Apr 15, 2020
1 parent 1d77281 commit 69ac335
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions social-network-widget-register.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,14 +165,14 @@ class="widefat"
<label
for="<?php echo esc_attr( $this->get_field_id( 'target' ) ); ?>"
><?php
_ex( 'Open linked address(es) in a new window?', 'field label', 'button-widget' );
_ex( 'Open linked address(es) in a new window?', 'field label', 'social-network-widget' );
?></label>
</p>
<p>
<label
for="<?php echo esc_attr( $this->get_field_id( 'text_color' ) ); ?>"
><?php
_ex( 'Color:', 'field label', 'button-widget' );
_ex( 'Color:', 'field label', 'social-network-widget' );
?></label>
<input
type="text"
Expand All @@ -186,7 +186,7 @@ class="social-network-widget-color-picker"
<label
for="<?php echo esc_attr( $this->get_field_id( 'background_color' ) ); ?>"
><?php
_ex( 'Background:', 'field label', 'button-widget' );
_ex( 'Background:', 'field label', 'social-network-widget' );
?></label>
<input
type="text"
Expand Down

0 comments on commit 69ac335

Please sign in to comment.