-
-
@@ -59,7 +59,7 @@ export default {
},
methods: {
prepareEmoji: function() {
- this.$refs['_edit_' + this.id].addText(this.this_item.icon || '');
+ this.$refs['_edit_' + this.id].addText(this.this_item.icon || '');
this.$refs['_edit_' + this.id].blur()
document.getElementById('btn-emoji-default').disabled = true;
},
diff --git a/vue/src/locales/en.json b/vue/src/locales/en.json
index 4f051651..07b03a79 100644
--- a/vue/src/locales/en.json
+++ b/vue/src/locales/en.json
@@ -181,5 +181,7 @@
"Clone": "Clone",
"Drag_Here_To_Delete": "Drag here to delete",
"Meal_Type_Required": "Meal type is required",
- "Title_or_Recipe_Required": "Title or recipe selection required"
+ "Title_or_Recipe_Required": "Title or recipe selection required",
+ "Color": "Color",
+ "New_Meal_Type": "New Meal type"
}