Skip to content

Commit 382f505

Browse files
DAnn2012dkotter
andauthored
Update includes/Classifai/Services/ServicesManager.php
Co-authored-by: Darin Kotter <darin.kotter@gmail.com>
1 parent 4dc422c commit 382f505

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
@@ -265,7 +265,12 @@ public function render_password_field() {
265265
$license_key = $this->get_settings( 'license_key' );
266266
?>
267267
<input type="password" name="classifai_settings[license_key]" class="regular-text" value="<?php echo esc_attr( $license_key ); ?>"/>
268-
<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>
268+
<br />
269+
<span class="description">
270+
<?php esc_html_e( 'Registration is 100% free and provides update notifications and upgrades inside the dashboard.', 'classifai' ); ?>
271+
<br />
272+
<a href="https://classifaiplugin.com/#cta" target="_blank" rel="noreferrer"><?php esc_html_e( 'Register for your key', 'classifai' ); ?></a>
273+
</span>
269274
<?php
270275
}
271276

0 commit comments

Comments
 (0)