Skip to content

Commit ade0090

Browse files
authored
Merge pull request #1017 from DAnn2012/patch-1
Fixed Function in ServicesManager.php
2 parents ae7a6d2 + 382f505 commit ade0090

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

includes/Classifai/Services/ServicesManager.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,12 @@ public function render_password_field() {
269269
$license_key = $this->get_settings( 'license_key' );
270270
?>
271271
<input type="password" name="classifai_settings[license_key]" class="regular-text" value="<?php echo esc_attr( $license_key ); ?>"/>
272-
<br /><span class="description"><?php _e( __( 'Registration is 100% free and provides update notifications and upgrades inside the dashboard.<br /><a href="https://classifaiplugin.com/#cta">Register for your key</a>', 'classifai' ) );// @codingStandardsIgnoreLine ?></span>
272+
<br />
273+
<span class="description">
274+
<?php esc_html_e( 'Registration is 100% free and provides update notifications and upgrades inside the dashboard.', 'classifai' ); ?>
275+
<br />
276+
<a href="https://classifaiplugin.com/#cta" target="_blank" rel="noreferrer"><?php esc_html_e( 'Register for your key', 'classifai' ); ?></a>
277+
</span>
273278
<?php
274279
}
275280

0 commit comments

Comments
 (0)