Replace text in line 494 of class-admin-notices.php:
<?php printf( __( ‘Thanks for installing %s! We hope you like the plugin. To fund full-time development and support of the plugin we also sell extensions. If you subscribe to our mailing list we will send you a 20%% discount code for one of our access passes.’, ‘ultimate-member’ ), ultimatemember_plugin_name, ‘https://ultimatemember.com/pricing/’ ); ?>
`
<strong>with:</strong>
<?php printf( 'Thanks for installing' ); ?>
this solve errors but not focus on exact error on long text abobe.