diff --git a/src/php/views/partials/list-table-notices.php b/src/php/views/partials/list-table-notices.php
index bfcb3d3e..8656649c 100644
--- a/src/php/views/partials/list-table-notices.php
+++ b/src/php/views/partials/list-table-notices.php
@@ -24,7 +24,7 @@
esc_html__( 'Warning:', 'code-snippets' ),
sprintf(
// translators: 1: constant name, 2: file name.
- esc_html__( 'Safe mode is active and snippets will not execute! Remove the %1$s constant from %2$s file to turn off safe mode.', 'code-snippets' )
+ esc_html__( 'Safe mode is active and snippets will not execute! Remove the %1$s constant from %2$s file to turn off safe mode.', 'code-snippets' ),
'CODE_SNIPPETS_SAFE_MODE',
'wp-config.php',
)