Skip to content

Commit 9b9d845

Browse files
authored
Merge pull request elementor#12008 from udidol/tweak/user-preferences
Editor Hamburger Menu: Fix - User Preferences screen title appears as 'Editor Preferences'
2 parents 52fa889 + 3abf8ee commit 9b9d845

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/settings/editor-preferences/model.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function get_name() {
3535
*/
3636
public function get_panel_page_settings() {
3737
return [
38-
'title' => __( 'Editor Preferences', 'elementor' ),
38+
'title' => __( 'User Preferences', 'elementor' ),
3939
];
4040
}
4141

tests/qunit/mock/config/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"editorPreferences": {
33
"name": "editorPreferences",
44
"panelPage": {
5-
"title": "Editor Preferences"
5+
"title": "User Preferences"
66
},
77
"controls": {
88
"preferences": {

0 commit comments

Comments
 (0)