diff --git a/typo3/sysext/core/Configuration/TCA/be_groups.php b/typo3/sysext/core/Configuration/TCA/be_groups.php
index e93fc2dd8a8130edb0920f86350c80905779f397..0e1398956f5d6ec393851a3a4f4f39372f7aa07a 100644
--- a/typo3/sysext/core/Configuration/TCA/be_groups.php
+++ b/typo3/sysext/core/Configuration/TCA/be_groups.php
@@ -265,7 +265,7 @@ return [
             --div--;LLL:EXT:core/Resources/Private/Language/Form/locallang_tabs.xlf:general,
                 title,subgroup,
             --div--;LLL:EXT:core/Resources/Private/Language/locallang_tca.xlf:be_groups.tabs.base_rights,
-                groupMods, mfa_providers, tables_select, tables_modify, pagetypes_select, non_exclude_fields, explicit_allowdeny, allowed_languages, custom_options,
+                groupMods, mfa_providers, --palette--;;tableRestrictions, pagetypes_select, non_exclude_fields, explicit_allowdeny, allowed_languages, custom_options,
             --div--;LLL:EXT:core/Resources/Private/Language/locallang_tca.xlf:be_groups.tabs.mounts_and_workspaces,
                 workspace_perms, db_mountpoints, file_mountpoints, file_permissions, category_perms,
             --div--;LLL:EXT:core/Resources/Private/Language/locallang_tca.xlf:be_groups.tabs.options,
@@ -277,4 +277,10 @@ return [
             --div--;LLL:EXT:core/Resources/Private/Language/Form/locallang_tabs.xlf:extended,
         '],
     ],
+    'palettes' => [
+        'tableRestrictions' => [
+            'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_tca.xlf:be_groups.palettes.tableRestrictions',
+            'showitem' => 'tables_select, tables_modify',
+        ],
+    ],
 ];
diff --git a/typo3/sysext/core/Resources/Private/Language/locallang_tca.xlf b/typo3/sysext/core/Resources/Private/Language/locallang_tca.xlf
index 38e63c2b43ac0fbcb511a8f16a80959238713479..72dfbcb43378d8564b9eda13fcda4433a95f9cba 100644
--- a/typo3/sysext/core/Resources/Private/Language/locallang_tca.xlf
+++ b/typo3/sysext/core/Resources/Private/Language/locallang_tca.xlf
@@ -153,6 +153,9 @@
 			<trans-unit id="be_users.tabs.personal_data" resname="be_users.tabs.personal_data">
 				<source>Personal Data</source>
 			</trans-unit>
+			<trans-unit id="be_groups.palettes.tableRestrictions" resname="be_groups.palettes.tableRestrictions">
+				<source>Table restrictions</source>
+			</trans-unit>
 			<trans-unit id="be_groups.title" resname="be_groups.title">
 				<source>Grouptitle</source>
 			</trans-unit>