diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 66f15ccce..93103d324 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -94,16 +94,5 @@ export default { diff --git a/frontend/src/components/Settings/General/HomePageSettings.vue b/frontend/src/components/Settings/General/HomePageSettings.vue index 10acc4ecc..4fbf24f59 100644 --- a/frontend/src/components/Settings/General/HomePageSettings.vue +++ b/frontend/src/components/Settings/General/HomePageSettings.vue @@ -30,13 +30,18 @@

Homepage Categories

- + - + - mdi-link {{ $t("settings.local-api") }} + mdi-open-in-new diff --git a/frontend/src/components/Settings/Webhook/index.vue b/frontend/src/components/Settings/Webhook/index.vue index 6d74b0e8e..5d37ce198 100644 --- a/frontend/src/components/Settings/Webhook/index.vue +++ b/frontend/src/components/Settings/Webhook/index.vue @@ -4,14 +4,14 @@ {{ $t("settings.webhooks.meal-planner-webhooks") }} -

+ }} + {{ time }} +

diff --git a/frontend/src/components/UI/CardSection.vue b/frontend/src/components/UI/CardSection.vue index 08614f03d..5a4f92c43 100644 --- a/frontend/src/components/UI/CardSection.vue +++ b/frontend/src/components/UI/CardSection.vue @@ -5,7 +5,7 @@ - + {{ title.toUpperCase() }} diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 20c9a1140..89543f0a8 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -122,7 +122,7 @@ }, "webhooks": { "meal-planner-webhooks": "Meal Planner Webhooks", - "the-urls-listed-below-will-recieve-webhooks-containing-the-recipe-data-for-the-meal-plan-on-its-scheduled-day-currently-webhooks-will-execute-at": "The URLs listed below will receive webhooks containing the recipe data for the meal plan on it's scheduled day. Currently Webhooks will execute at { time }", + "the-urls-listed-below-will-recieve-webhooks-containing-the-recipe-data-for-the-meal-plan-on-its-scheduled-day-currently-webhooks-will-execute-at": "The URLs listed below will receive webhooks containing the recipe data for the meal plan on it's scheduled day. Currently Webhooks will execute at", "test-webhooks": "Test Webhooks", "webhook-url": "Webhook URL" },