- fixed UX issue with wrong text on the admin notice about upgrade;

This commit is contained in:
Nikita Sinelnikov
2022-01-04 16:44:28 +02:00
parent 7e635967f6
commit 83fce0d022
+1 -1
View File
@@ -532,7 +532,7 @@ if ( ! class_exists( 'um\admin\core\Admin_Notices' ) ) {
</p>
<p>
<a href="<?php echo esc_url( $url ) ?>" class="button button-primary"><?php _e( 'Upgrade Now', 'ultimate-member' ) ?></a>
<a href="<?php echo esc_url( $url ) ?>" class="button button-primary"><?php _e( 'Visit Upgrade Page', 'ultimate-member' ) ?></a>
&nbsp;
</p>