mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-27 22:38:34 +09:00
fix bf8eeb7c
This commit is contained in:
parent
bf8eeb7cb7
commit
45b4221492
@ -329,7 +329,7 @@ const headerActions = computed(() => {
|
|||||||
|
|
||||||
friendlyUiChildMenu.push({
|
friendlyUiChildMenu.push({
|
||||||
type: 'switch',
|
type: 'switch',
|
||||||
text: i18n.ts.friendlyUiEnableNotificationsArea,
|
text: i18n.ts._cherrypick.friendlyUiEnableNotificationsArea,
|
||||||
ref: friendlyUiEnableNotificationsArea,
|
ref: friendlyUiEnableNotificationsArea,
|
||||||
});
|
});
|
||||||
|
|
||||||
@ -340,7 +340,7 @@ const headerActions = computed(() => {
|
|||||||
|
|
||||||
menuItems.push({
|
menuItems.push({
|
||||||
type: 'switch',
|
type: 'switch',
|
||||||
text: i18n.ts.enableWidgetsArea,
|
text: i18n.ts._cherrypick.enableWidgetsArea,
|
||||||
ref: enableWidgetsArea,
|
ref: enableWidgetsArea,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user