From 980b3c634b8652d5b072c6bf611f81d2f37638ef Mon Sep 17 00:00:00 2001 From: boc-the-git <3479092+boc-the-git@users.noreply.github.com> Date: Sun, 10 Mar 2024 03:26:55 +1100 Subject: [PATCH] Change "New" to "Add" (#3271) --- frontend/components/Domain/Recipe/RecipeNotes.vue | 2 +- frontend/components/Domain/Recipe/RecipePage/RecipePage.vue | 2 +- .../RecipePage/RecipePageParts/RecipePageIngredientEditor.vue | 2 +- frontend/lang/messages/en-US.json | 1 + frontend/pages/shopping-lists/_id.vue | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/frontend/components/Domain/Recipe/RecipeNotes.vue b/frontend/components/Domain/Recipe/RecipeNotes.vue index 2139ef0a9ad4..2e179af8cd1c 100644 --- a/frontend/components/Domain/Recipe/RecipeNotes.vue +++ b/frontend/components/Domain/Recipe/RecipeNotes.vue @@ -24,7 +24,7 @@
- {{ $t("general.new") }} + {{ $t("general.add") }}
diff --git a/frontend/components/Domain/Recipe/RecipePage/RecipePage.vue b/frontend/components/Domain/Recipe/RecipePage/RecipePage.vue index 91d521723dbc..914de7f030c0 100644 --- a/frontend/components/Domain/Recipe/RecipePage/RecipePage.vue +++ b/frontend/components/Domain/Recipe/RecipePage/RecipePage.vue @@ -51,7 +51,7 @@ />
- {{ $t("general.new") }} + {{ $t("general.add") }}
diff --git a/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageIngredientEditor.vue b/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageIngredientEditor.vue index e57f96b99a08..6b4bd9da957e 100644 --- a/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageIngredientEditor.vue +++ b/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageIngredientEditor.vue @@ -47,7 +47,7 @@ {{ parserToolTip }} - {{ $t("general.new") }} + {{ $t("general.add") }}
diff --git a/frontend/lang/messages/en-US.json b/frontend/lang/messages/en-US.json index 23cd30464e98..06e26f925874 100644 --- a/frontend/lang/messages/en-US.json +++ b/frontend/lang/messages/en-US.json @@ -80,6 +80,7 @@ "recipe-events": "Recipe Events" }, "general": { + "add": "Add", "cancel": "Cancel", "clear": "Clear", "close": "Close", diff --git a/frontend/pages/shopping-lists/_id.vue b/frontend/pages/shopping-lists/_id.vue index fab3fae5bd62..7e5bfeccf863 100644 --- a/frontend/pages/shopping-lists/_id.vue +++ b/frontend/pages/shopping-lists/_id.vue @@ -107,7 +107,7 @@ {{ $t('shopping-list.reorder-labels') }} - + {{ $t('general.add') }}