Skip to content

Commit

Permalink
chore: remove URL image mention from label
Browse files Browse the repository at this point in the history
For adding images via URL, use fallback feature
  • Loading branch information
Soare-Robert-Daniel committed Feb 28, 2024
1 parent ccd97ad commit 601dc55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/views/import-metabox-edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ class="form-control fz-textarea-tagify"><?php echo esc_html( feedzy_custom_tag_e
</div>
<div class="help-text">
<?php
esc_html_e( 'You can use the magic tags, your own URL or leave it empty.', 'feedzy-rss-feeds' );
esc_html_e( 'You can use the magic tags, or leave it empty.', 'feedzy-rss-feeds' );
?>
</div>
</div>
Expand Down

0 comments on commit 601dc55

Please sign in to comment.