Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Jan 4, 2024
1 parent 10e888b commit e484e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/notice-license.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
);
} elseif ( 'invalid' === $data->license && \property_exists( $data, 'activations_left' ) && 0 === $data->activations_left ) {
echo \wp_kses(
__( 'This license does not have any activations left. Maybe you have to deactivate your license on a local/staging server. This can be done on your <a href="https://www.pronamic.eu/" target="_blank">Pronamic.eu account</a>.', 'pronamic_ideal' ),
__( 'This license does not have any activations left. Maybe you have to deactivate your license on a local/staging server. This can be done on your <a href="https://www.pronamic.shop/" target="_blank">Pronamic.shop account</a>.', 'pronamic_ideal' ),
[
'a' => [
'href' => true,
Expand Down

0 comments on commit e484e55

Please sign in to comment.