diff --git a/frontend/lang/messages/en-US.json b/frontend/lang/messages/en-US.json index b54967c30a40..44e597a86aa5 100644 --- a/frontend/lang/messages/en-US.json +++ b/frontend/lang/messages/en-US.json @@ -210,7 +210,8 @@ "unsaved-changes": "You have unsaved changes. Do you want to save before leaving? Okay to save, Cancel to discard changes.", "clipboard-copy-failure": "Failed to copy to the clipboard.", "confirm-delete-generic-items": "Are you sure you want to delete the following items?", - "organizers": "Organizers" + "organizers": "Organizers", + "caution": "Caution" }, "group": { "are-you-sure-you-want-to-delete-the-group": "Are you sure you want to delete {groupName}?", @@ -983,7 +984,8 @@ "edit-food": "Edit Food", "food-data": "Food Data", "example-food-singular": "ex: Onion", - "example-food-plural": "ex: Onions" + "example-food-plural": "ex: Onions", + "label-overwrite-warning": "This will assign the choosen label to all selected foods and potentially overwrite your existing labels." }, "units": { "seed-dialog-text": "Seed the database with common units based on your local language.", @@ -1011,7 +1013,8 @@ "seed-dialog-text": "Seed the database with common labels based on your local language.", "edit-label": "Edit Label", "new-label": "New Label", - "labels": "Labels" + "labels": "Labels", + "assign-label": "Assign Label" }, "recipes": { "purge-exports": "Purge Exports", diff --git a/frontend/pages/group/data/foods.vue b/frontend/pages/group/data/foods.vue index f2c4c5053308..cf0ad1f6ab2c 100644 --- a/frontend/pages/group/data/foods.vue +++ b/frontend/pages/group/data/foods.vue @@ -180,17 +180,56 @@ + + + + + {{ $tc("general.caution") }} + {{ $tc("data-pages.foods.label-overwrite-warning") }} + + + + + + + + + + +