updated Automation Modal and translations
This commit is contained in:
parent
4120adc546
commit
8bae21025b
@ -529,5 +529,8 @@
|
||||
"Create Recipe": "Create Recipe",
|
||||
"Import Recipe": "Import Recipe",
|
||||
"Never_Unit": "Never Unit",
|
||||
"Transpose_Words": "Transpose Words"
|
||||
"Transpose_Words": "Transpose Words",
|
||||
"Title_Replace":"Title Replace",
|
||||
"Food_Replace":"Food Replace",
|
||||
"Unit_Replace":"Unit Replace"
|
||||
}
|
||||
|
@ -545,6 +545,9 @@ export class Models {
|
||||
{ value: "KEYWORD_ALIAS", text: "Keyword_Alias" },
|
||||
{ value: "DESCRIPTION_REPLACE", text: "Description_Replace" },
|
||||
{ value: "INSTRUCTION_REPLACE", text: "Instruction_Replace" },
|
||||
{ value: "TITLE_REPLACE", text: "Title_Replace" },
|
||||
{ value: "FOOD_REPLACE", text: "Food_Replace" },
|
||||
{ value: "UNIT_REPLACE", text: "Unit_Replace" },
|
||||
{ value: "NEVER_UNIT", text: "Never_Unit" },
|
||||
{ value: "TRANSPOSE_WORDS", text: "Transpose_Words" },
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user