diff --git a/typo3/sysext/backend/Resources/Private/Templates/PageLayout/PageModule.html b/typo3/sysext/backend/Resources/Private/Templates/PageLayout/PageModule.html
index 818a0b54d8d5b2011d8535418d12720f7e1961ad..2a2f0e12949a151e9f617c3a0f2b37672b0cd869 100644
--- a/typo3/sysext/backend/Resources/Private/Templates/PageLayout/PageModule.html
+++ b/typo3/sysext/backend/Resources/Private/Templates/PageLayout/PageModule.html
@@ -19,8 +19,8 @@
         addJsInlineLabels="{
             'editablePageTitle.input.field.label': 'LLL:EXT:backend/Resources/Private/Language/locallang_layout.xlf:editPageTitle.input.field.label',
             'editablePageTitle.button.edit.label': 'LLL:EXT:backend/Resources/Private/Language/locallang_layout.xlf:editPageTitle',
-            'editableGroupName.button.save.label': 'LLL:EXT:core/Resources/Private/Language/locallang_common.xlf:save',
-            'editableGroupName.button.cancel.label': 'LLL:EXT:core/Resources/Private/Language/locallang_common.xlf:cancel'
+            'editablePageTitle.button.save.label': 'LLL:EXT:core/Resources/Private/Language/locallang_common.xlf:save',
+            'editablePageTitle.button.cancel.label': 'LLL:EXT:core/Resources/Private/Language/locallang_common.xlf:cancel'
         }"
     />
     <f:variable name="immediateActionArgs" value="{0: 'web', 1: pageId, 2: 1}" />
diff --git a/typo3/sysext/backend/Resources/Private/Templates/RecordList.html b/typo3/sysext/backend/Resources/Private/Templates/RecordList.html
index bb60c3dd45bad92cca43b087bb4a8af9066176b4..89ba1ab7dd06a23858935382d59166a77673ad69 100644
--- a/typo3/sysext/backend/Resources/Private/Templates/RecordList.html
+++ b/typo3/sysext/backend/Resources/Private/Templates/RecordList.html
@@ -24,8 +24,8 @@
         addJsInlineLabels="{
             'editablePageTitle.input.field.label': 'LLL:EXT:backend/Resources/Private/Language/locallang_layout.xlf:editPageTitle.input.field.label',
             'editablePageTitle.button.edit.label': 'LLL:EXT:backend/Resources/Private/Language/locallang_layout.xlf:editPageTitle',
-            'editableGroupName.button.save.label': 'LLL:EXT:core/Resources/Private/Language/locallang_common.xlf:save',
-            'editableGroupName.button.cancel.label': 'LLL:EXT:core/Resources/Private/Language/locallang_common.xlf:cancel'
+            'editablePageTitle.button.save.label': 'LLL:EXT:core/Resources/Private/Language/locallang_common.xlf:save',
+            'editablePageTitle.button.cancel.label': 'LLL:EXT:core/Resources/Private/Language/locallang_common.xlf:cancel'
         }"
     />
     <f:variable name="immediateActionArgs" value="{0: 'web', 1: pageId}" />