diff --git a/frontend/src/locales/messages/en-US.json b/frontend/src/locales/messages/en-US.json index b20d7995097a..816bf4b6b9b1 100644 --- a/frontend/src/locales/messages/en-US.json +++ b/frontend/src/locales/messages/en-US.json @@ -32,14 +32,14 @@ "uncategorized-count": "Uncategorized {count}" }, "events": { - "notification": "Notification", "apprise-url": "Apprise URL", - "subscribed-events": "Subscribed Events", - "scheduled": "Scheduled", "database": "Database", - "test-message-sent": "Test Message Sent", + "new-notification-form-description": "Mealie uses the Apprise library to generate notifications. They offer many options for services to use for notifications. Refer to their wiki for a comprehensive guide on how to create the URL for your service. If available, selecting the type of your notification may include extra features.", + "notification": "Notification", + "scheduled": "Scheduled", "something-went-wrong": "Something Went Wrong!", - "new-notification-form-description": "Mealie uses the Apprise library to generate notifications. They offer many options for services to use for notifications. Refer to their wiki for a comprehensive guide on how to create the URL for your service. If available, selecting the type of your notification may include extra features." + "subscribed-events": "Subscribed Events", + "test-message-sent": "Test Message Sent" }, "general": { "apply": "Apply", @@ -96,12 +96,12 @@ "success-count": "Success: {count}", "sunday": "Sunday", "templates": "Templates:", + "test": "Test", "themes": "Themes", "thursday": "Thursday", "token": "Token", "tuesday": "Tuesday", "type": "Type", - "test": "Test", "update": "Update", "updated": "Updated", "upload": "Upload", @@ -290,6 +290,8 @@ "locale-settings": "Locale settings", "migrations": "Migrations", "new-page": "New Page", + "notify": "Notify", + "organize": "Organize", "page-name": "Page Name", "pages": "Pages", "profile": "Profile", diff --git a/frontend/src/pages/Admin/ToolBox/RecipeOrganizer.vue b/frontend/src/pages/Admin/ToolBox/RecipeOrganizer.vue index ff30d463150f..2a992364088f 100644 --- a/frontend/src/pages/Admin/ToolBox/RecipeOrganizer.vue +++ b/frontend/src/pages/Admin/ToolBox/RecipeOrganizer.vue @@ -4,7 +4,7 @@ mdi-tag-multiple - {{ $t("category.category") }} + {{ $t("recipe.categories") }} diff --git a/frontend/src/pages/Admin/ToolBox/index.vue b/frontend/src/pages/Admin/ToolBox/index.vue index f130f64dd7cb..4912ae098bda 100644 --- a/frontend/src/pages/Admin/ToolBox/index.vue +++ b/frontend/src/pages/Admin/ToolBox/index.vue @@ -5,7 +5,7 @@ - Notify + {{$t('settings.notify')}} mdi-bell-alert @@ -18,7 +18,7 @@ mdi-tag-multiple-outline - Organize + {{$t('settings.organize')}} mdi-broom