diff --git a/frontend/components/Layout/DefaultLayout.vue b/frontend/components/Layout/DefaultLayout.vue index df7628b664dc..81306bb26d17 100644 --- a/frontend/components/Layout/DefaultLayout.vue +++ b/frontend/components/Layout/DefaultLayout.vue @@ -188,7 +188,7 @@ }, { icon: $globals.icons.organizers, - title: "Organizers", + title: i18n.tc("general.organizers"), restricted: true, children: [ { diff --git a/frontend/lang/messages/en-US.json b/frontend/lang/messages/en-US.json index 562e471ff23d..7aafde94b35c 100644 --- a/frontend/lang/messages/en-US.json +++ b/frontend/lang/messages/en-US.json @@ -207,7 +207,8 @@ "created-on-date": "Created on: {0}", "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?" + "confirm-delete-generic-items": "Are you sure you want to delete the following items?", + "organizers": "Organizers" }, "group": { "are-you-sure-you-want-to-delete-the-group": "Are you sure you want to delete {groupName}?", @@ -371,7 +372,7 @@ "title": "Plan to Eat", "description-long": "Mealie can import recipies from Plan to Eat." }, - "myrecipebox" : { + "myrecipebox": { "title": "My Recipe Box", "description-long": "Mealie can import recipes from My Recipe Box. Export your recipes in CSV format, then upload the .csv file below." }