diff --git a/typo3/sysext/reactions/Documentation/Reactions/CreateDatabaseRecord/Index.rst b/typo3/sysext/reactions/Documentation/Reactions/CreateDatabaseRecord/Index.rst
index 43089b9ccb53306d3c1dcab699707e97abfd6b74..94cc35983def93a2ba1ae63a2f5629526d3409a9 100644
--- a/typo3/sysext/reactions/Documentation/Reactions/CreateDatabaseRecord/Index.rst
+++ b/typo3/sysext/reactions/Documentation/Reactions/CreateDatabaseRecord/Index.rst
@@ -157,8 +157,8 @@ available in the reaction's table selection, add the table in a corresponding
             'sys_reaction',
             'table_name',
             [
-                'label' => LLL:EXT:myext/Resources/Private/Language/locallang.xlf:tx_myextension_domain_model_mytable',
-                'value' => tx_myextension_domain_model_mytable',
+                'label' => 'LLL:EXT:myext/Resources/Private/Language/locallang.xlf:tx_myextension_domain_model_mytable',
+                'value' => 'tx_myextension_domain_model_mytable',
                 'icon' => 'myextension-tx_myextension_domain_model_mytable-icon',
             ]
         );