diff --git a/views/notice-license.php b/views/notice-license.php
index 35eca426..c5a00beb 100644
--- a/views/notice-license.php
+++ b/views/notice-license.php
@@ -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 Pronamic.eu account.', '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 Pronamic.shop account.', 'pronamic_ideal' ),
[
'a' => [
'href' => true,