fix dictionary pickers in code editors
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
var emptyStateMessage = values[2];
|
||||
|
||||
var dictionaryItemPicker = {
|
||||
section: "settings",
|
||||
section: "translation",
|
||||
treeAlias: "dictionary",
|
||||
entityType: "dictionary",
|
||||
multiPicker: false,
|
||||
|
||||
@@ -201,7 +201,7 @@
|
||||
var emptyStateMessage = values[1];
|
||||
|
||||
var dictionaryPicker = {
|
||||
section: "settings",
|
||||
section: "translation",
|
||||
treeAlias: "dictionary",
|
||||
entityType: "dictionary",
|
||||
multiPicker: false,
|
||||
|
||||
@@ -207,7 +207,7 @@
|
||||
var emptyStateMessage = values[1];
|
||||
|
||||
var dictionaryItem = {
|
||||
section: "settings",
|
||||
section: "translation",
|
||||
treeAlias: "dictionary",
|
||||
entityType: "dictionary",
|
||||
multiPicker: false,
|
||||
|
||||
@@ -438,7 +438,7 @@
|
||||
var emptyStateMessage = values[1];
|
||||
|
||||
var dictionaryItem = {
|
||||
section: "settings",
|
||||
section: "translation",
|
||||
treeAlias: "dictionary",
|
||||
entityType: "dictionary",
|
||||
multiPicker: false,
|
||||
|
||||
Reference in New Issue
Block a user