diff --git a/core/Dependencies.php b/core/Dependencies.php index 3ea9299..e92b1d4 100644 --- a/core/Dependencies.php +++ b/core/Dependencies.php @@ -117,12 +117,12 @@ protected static function display_notice_missing_deps ( $messages ) { echo "

"; echo sprintf( /* translators: %s is replaced with plugin name */ - __( 'The %s plugin needs the following dependencies to work:', 'your-text-domain' ), + __( 'The %s plugin needs the following dependencies to work:', 'wc-shipping-simulator' ), "" . Config::get( 'NAME' ) . "", ); $indent = \str_repeat( ' ', 4 ); - $missing = esc_html__( 'Missing', 'your-text-domain' ); + $missing = esc_html__( 'Missing', 'wc-shipping-simulator' ); $allowed_html = [ 'a' => [ 'href' => [], 'target' => [] ], 'span' => [ 'class' => [], 'style' => [] ],