Skip to content

Commit

Permalink
Merge pull request #351 from alexclassroom/develop
Browse files Browse the repository at this point in the history
Improve I18N Issue (Nased on 2.1.0)
  • Loading branch information
iamdharmesh authored Jan 5, 2024
2 parents 2b23dd0 + 7bc9db7 commit b05e788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/classes/class-srm-post-type.php
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ public function redirect_rule_metabox( $post ) {
<p>
<label><strong><?php esc_html_e( 'Redirect Protocol:', 'safe-redirect-manager' ); ?></strong></label><br/>
<label>
<input type="checkbox" name="srm_force_https" value="1" <?php checked( $force_https, true ); ?>/> Force https
<input type="checkbox" name="srm_force_https" value="1" <?php checked( $force_https, true ); ?>/> <?php esc_html_e( 'Force https', 'safe-redirect-manager' ); ?>
</label>
</p>

Expand Down

0 comments on commit b05e788

Please sign in to comment.