diff --git a/frontend/components/Domain/Recipe/RecipeOcrEditorPage/RecipeOcrEditorPage.vue b/frontend/components/Domain/Recipe/RecipeOcrEditorPage/RecipeOcrEditorPage.vue index cb50763ad416..008e9052b6af 100644 --- a/frontend/components/Domain/Recipe/RecipeOcrEditorPage/RecipeOcrEditorPage.vue +++ b/frontend/components/Domain/Recipe/RecipeOcrEditorPage/RecipeOcrEditorPage.vue @@ -140,7 +140,7 @@ diff --git a/frontend/pages/group/notifiers.vue b/frontend/pages/group/notifiers.vue index 8c40865fb85c..732deedb64a6 100644 --- a/frontend/pages/group/notifiers.vue +++ b/frontend/pages/group/notifiers.vue @@ -181,7 +181,7 @@ export default defineComponent({ const optionsSections: OptionSection[] = [ { id: 1, - text: "Recipe Events", + text: i18n.tc("events.recipe-events"), options: [ { text: i18n.t("general.create") as string, diff --git a/frontend/pages/group/reports/_id.vue b/frontend/pages/group/reports/_id.vue index e92638eff9a8..e0333a119037 100644 --- a/frontend/pages/group/reports/_id.vue +++ b/frontend/pages/group/reports/_id.vue @@ -9,7 +9,7 @@ - Report Id: {{ id }} + {{ $t('group.report-with-id', { id:id }) }}